class documentation

class ChunkingZipFile(zipfile.ZipFile): (source)

View In Hierarchy

A zipfile.ZipFile object which, with readfile, also gives you access to a file-like object for each entry.
Method readfile Return file-like object for name.
def readfile(self, name): (source)
Return file-like object for name.