Searched refs:ZipExtFile (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | zipfile.py | 501 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/ |
D | zipfile_2_7_13.py | 501 class ZipExtFile(io.BufferedIOBase): class 706 super(ZipExtFile, self).close() 1012 return ZipExtFile(zef_file, mode, zinfo, zd,
|
/external/python/cpython2/Doc/library/ |
D | zipfile.rst | 171 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/ |
D | NEWS | 2257 - 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``
|