Home
last modified time | relevance | path

Searched refs:ZipExtFile (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dzipfile.py501 class ZipExtFile(io.BufferedIOBase): class
706 super(ZipExtFile, self).close()
1012 return ZipExtFile(zef_file, mode, zinfo, zd,
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py501 class ZipExtFile(io.BufferedIOBase): class
706 super(ZipExtFile, self).close()
1012 return ZipExtFile(zef_file, mode, zinfo, zd,
/external/python/cpython2/Doc/library/
Dzipfile.rst171 Extract a member from the archive as a file-like object (ZipExtFile). *name* is
194 create a new file object that will be held by the ZipExtFile, allowing it to
/external/python/cpython2/Misc/
DNEWS2257 - Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
5633 - Issue #9837: The read() method of ZipExtFile objects (as returned by
6999 - Issue #7610: Reworked implementation of the internal ``zipfile.ZipExtFile``