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

Class BadZipFile

Lib/zipfile/__init__.py:44–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 "LargeZipFile", "Path"]
43
44class BadZipFile(Exception):
45 pass
46
47
48class LargeZipFile(Exception):

Callers 5

_EndRecData64Function · 0.85
_decodeExtraMethod · 0.85
_update_crcMethod · 0.85
_RealGetContentsMethod · 0.85
openMethod · 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…