MCPcopy Index your code
hub / github.com/python/cpython / LargeZipFile

Class LargeZipFile

Lib/zipfile/__init__.py:48–52  ·  view source on GitHub ↗

Raised when writing a zipfile, the zipfile requires ZIP64 extensions and those extensions are disabled.

Source from the content-addressed store, hash-verified

46
47
48class LargeZipFile(Exception):
49 """
50 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
51 and those extensions are disabled.
52 """
53
54error = BadZipfile = BadZipFile # Pre-3.2 compatibility names
55

Callers 3

_open_to_writeMethod · 0.85
_writecheckMethod · 0.85
_write_end_recordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…