class documentation

class Archive:

View In Hierarchy

The external API class that encapsulates an archive implementation.
Static Method ​_archive​_cls Undocumented
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method close Undocumented
Method extract Undocumented
Method list Undocumented
Instance Variable ​_archive Undocumented
@staticmethod
def _archive_cls(file):

Undocumented

def __enter__(self):

Undocumented

def __exit__(self, exc_type, exc_value, traceback):

Undocumented

def __init__(self, file):

Undocumented

def close(self):

Undocumented

def extract(self, to_path):

Undocumented

def list(self):

Undocumented

_archive =

Undocumented