webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.common.system.zipfileset.ZipFileSet Class Reference
Inheritance diagram for webkitpy.common.system.zipfileset.ZipFileSet:

Public Member Functions

def __init__ (self, zip_url, filesystem=None, zip_factory=None)
 
def open (self, filename)
 
def close (self)
 
def namelist (self)
 
def read (self, filename)
 
def extract (self, filename, path)
 
def delete (self, filename)
 

Detailed Description

The set of files in a zip file that resides at a URL (local or remote)

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.system.zipfileset.ZipFileSet.__init__ (   self,
  zip_url,
  filesystem = None,
  zip_factory = None 
)

Member Function Documentation

◆ close()

def webkitpy.common.system.zipfileset.ZipFileSet.close (   self)

◆ delete()

def webkitpy.common.system.zipfileset.ZipFileSet.delete (   self,
  filename 
)

◆ extract()

def webkitpy.common.system.zipfileset.ZipFileSet.extract (   self,
  filename,
  path 
)

◆ namelist()

def webkitpy.common.system.zipfileset.ZipFileSet.namelist (   self)

◆ open()

def webkitpy.common.system.zipfileset.ZipFileSet.open (   self,
  filename 
)

◆ read()

def webkitpy.common.system.zipfileset.ZipFileSet.read (   self,
  filename 
)

The documentation for this class was generated from the following file: