class documentation

A ZipFile subclass that ensures that implied directories are always included in the namelist.

Class Method make Given a source (filename or zipfile), return an appropriate CompleteDirs subclass.
Method namelist Undocumented
Method resolve_dir If the name represents a directory, return that name as a directory (with the trailing slash).
Static Method _implied_dirs Undocumented
Method _name_set Undocumented
@classmethod
def make(cls, source): (source)

Given a source (filename or zipfile), return an appropriate CompleteDirs subclass.

def namelist(self): (source)

Undocumented

def resolve_dir(self, name): (source)

If the name represents a directory, return that name as a directory (with the trailing slash).

@staticmethod
def _implied_dirs(names): (source)

Undocumented

def _name_set(self): (source)

Undocumented