◆ __init__()
| def webkitpy.common.system.zipfileset_unittest.FakeZip.__init__ |
( |
|
self, |
|
|
|
filesystem |
|
) |
| |
◆ 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: