Searched defs:allowZip64 (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/ |
| D | zipfile.py | 1214 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=True, argument 1944 allowZip64=True, optimize=-1): argument
|
| /external/python/cpython2/Lib/ |
| D | zipfile.py | 726 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False): argument
|