Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ ZipImportError
Class
ZipImportError
tools/python-3.11.9-amd64/Lib/zipimport.py:34–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
34
class
ZipImportError(ImportError):
35
pass
36
37
# _read_directory() cache
38
_zip_directory_cache = {}
Callers
7
__init__
Method · 0.85
get_source
Method · 0.85
is_package
Method · 0.85
_read_directory
Function · 0.85
_get_decompress_func
Function · 0.85
_get_data
Function · 0.85
_get_module_code
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected