Home
last modified time | relevance | path

Searched refs:zipinfo (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dzipfile.py788 def __init__(self, fileobj, mode, zipinfo, pwd=None, argument
794 self._compress_type = zipinfo.compress_type
795 self._compress_left = zipinfo.compress_size
796 self._left = zipinfo.file_size
807 self.name = zipinfo.filename
809 if hasattr(zipinfo, 'CRC'):
810 self._expected_crc = zipinfo.CRC
819 self._orig_compress_size = zipinfo.compress_size
820 self._orig_file_size = zipinfo.file_size
828 if zipinfo.flag_bits & 0x8:
[all …]
/third_party/python/Doc/library/
Dzipfile.rst79 :ref:`zipinfo-objects`.
/third_party/python/Misc/NEWS.d/
D3.6.0a1.rst1886 Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). Patch by