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

  /external/python/cpython3/Lib/
zipfile.py 39 __all__ = ["BadZipFile", "BadZipfile", "error",
43 class BadZipFile(Exception):
53 error = BadZipfile = BadZipFile # Pre-3.2 compatibility names
210 raise BadZipFile("zipfiles that span multiple disks are not supported")
452 raise BadZipFile("Corrupt extra field %04x (size=%d)" % (tp, ln))
865 raise BadZipFile("Bad CRC-32 for file %r" % self.name)
    [all...]
  /external/python/cpython3/Lib/test/
test_zipfile.py     [all...]

Completed in 82 milliseconds