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

Public Member Functions

def __init__ (self, filesystem)
 
def add_file (self, filename, contents)
 
def open (self, filename)
 
def namelist (self)
 
def read (self, filename)
 
def extract (self, filename, path)
 
def delete (self, filename)
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.system.zipfileset_unittest.FakeZip.__init__ (   self,
  filesystem 
)

Member Function Documentation

◆ add_file()

def webkitpy.common.system.zipfileset_unittest.FakeZip.add_file (   self,
  filename,
  contents 
)

◆ delete()

def webkitpy.common.system.zipfileset_unittest.FakeZip.delete (   self,
  filename 
)

◆ extract()

def webkitpy.common.system.zipfileset_unittest.FakeZip.extract (   self,
  filename,
  path 
)

◆ namelist()

def webkitpy.common.system.zipfileset_unittest.FakeZip.namelist (   self)

◆ open()

def webkitpy.common.system.zipfileset_unittest.FakeZip.open (   self,
  filename 
)

◆ read()

def webkitpy.common.system.zipfileset_unittest.FakeZip.read (   self,
  filename 
)

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