Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
44
class
BadZipFile(Exception):
45
pass
46
47
48
class
LargeZipFile(Exception):
Callers
5
_EndRecData64
Function · 0.85
_decodeExtra
Method · 0.85
_update_crc
Method · 0.85
_RealGetContents
Method · 0.85
open
Method · 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…