Lines Matching refs:ZIP_STORED
40 "ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2", "ZIP_LZMA",
62 ZIP_STORED = 0
395 self.compress_type = ZIP_STORED # Type of compression for the file
420 if self.compress_type != ZIP_STORED:
434 (self.compress_type != ZIP_STORED or
697 if compression == ZIP_STORED:
733 if compress_type == ZIP_STORED:
890 if self._compress_type != ZIP_STORED:
1030 if self._compress_type == ZIP_STORED:
1225 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=True,
1232 compression: ZIP_STORED (no compression), ZIP_DEFLATED (requires zlib),
1239 When using ZIP_STORED or ZIP_LZMA this keyword has no effect.
1248 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=True,
2015 def __init__(self, file, mode="r", compression=ZIP_STORED,