HomeSort by relevance Sort by last modified time
    Searched refs:ZIP_BZIP2 (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
zipfile.py 40 "ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2", "ZIP_LZMA",
63 ZIP_BZIP2 = 12
415 if self.compress_type == ZIP_BZIP2:
648 elif compression == ZIP_BZIP2:
664 elif compress_type == ZIP_BZIP2:
677 elif compress_type == ZIP_BZIP2:
    [all...]
  /external/python/cpython3/Lib/test/
test_zipfile.py 533 compression = zipfile.ZIP_BZIP2
722 compression = zipfile.ZIP_BZIP2
    [all...]

Completed in 682 milliseconds