class documentation

Undocumented

Method __init__ Undocumented
Method close Undocumented
Method extract Undocumented
Method list Undocumented
Instance Variable _archive Undocumented

Inherited from BaseArchive:

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
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.
def __init__(self, file): (source)

Undocumented

def close(self): (source)

Undocumented

def extract(self, to_path): (source)
def list(self, *args, **kwargs): (source)

Undocumented

_archive = (source)

Undocumented