class ZipArchive(BaseArchive):
Undocumented
Method | __init__ |
Undocumented |
Method | close |
Undocumented |
Method | extract |
Undocumented |
Method | list |
Undocumented |
Instance Variable | _archive |
Undocumented |
Inherited from BaseArchive
:
Static Method | _copy_permissions |
If the file in the archive has some permissions (this assumes a file won't be writable/executable without being readable), apply those permissions to the unarchived file. |
Method | has_leading_dir |
Return True if all the paths have the same leading path name (i.e., everything is in one subdirectory in an archive). |
Method | split_leading_dir |
Undocumented |
Method | target_filename |
Undocumented |