Searched defs:zinfo (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ |
D | zipfile.py | 1072 def __init__(self, zf, zinfo, zip64): argument 1545 def _open_to_write(self, zinfo, force_zip64=False): argument 1675 def _writecheck(self, zinfo): argument
|
/external/python/cpython2/Lib/ |
D | zipfile.py | 1088 def _writecheck(self, zinfo): argument
|
D | tarfile.py | 2602 def writestr(self, zinfo, bytes): argument
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | zipfile_2_7_13.py | 1091 def _writecheck(self, zinfo): argument
|