class documentation

class Archive: (source)

View In Hierarchy

The external API class that encapsulates an archive implementation.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method close Undocumented
Method extract Undocumented
Method list Undocumented
Static Method _archive_cls Undocumented
Instance Variable _archive Undocumented
def __enter__(self): (source)

Undocumented

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

Undocumented

def __init__(self, file): (source)

Undocumented

def close(self): (source)

Undocumented

def extract(self, to_path): (source)

Undocumented

def list(self): (source)

Undocumented

@staticmethod
def _archive_cls(file): (source)

Undocumented

_archive = (source)

Undocumented