class documentation

class TarArchive(BaseArchive):

View In Hierarchy

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

Undocumented

def close(self):

Undocumented

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

Undocumented

_archive =

Undocumented