twisted.python.zipstream.ChunkingZipFile
class twisted.python.zipstream.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.
zipfile.ZipFile
readfile
Return file-like object for name.