Searched refs:_zipfile (Results 1 – 1 of 1) sorted by relevance
11 import zipfile as _zipfile namespace103 zf = _zipfile.ZipFile(path, 'r')105 except _zipfile.error:112 except (_zipfile.error, KeyError):136 zf = _zipfile.ZipFile(path, 'r')138 except _zipfile.error:166 except _zipfile.error:188 zf = _zipfile.ZipFile(path, 'r')190 except (_zipfile.error, IOError):196 zf = _zipfile.ZipFile(path, 'r')[all …]