Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ZipImportError
Class
ZipImportError
Lib/zipimport.py:28–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
28
class
ZipImportError(ImportError):
29
pass
30
31
# _read_directory() cache
32
_zip_directory_cache = {}
Callers
9
__init__
Method · 0.85
get_source
Method · 0.85
is_package
Method · 0.85
_read_directory
Function · 0.85
_get_zlib_decompress_func
Function · 0.85
_get_zstd_decompressor_class
Function · 0.85
_zstd_decompress
Function · 0.85
_get_data
Function · 0.85
_get_module_code
Function · 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…