Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__.py
File
__init__.py
Lib/importlib/__init__.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"A pure Python implementation of import."
""
2
__all__ = [
'__import__'
,
'import_module'
,
'invalidate_caches'
,
'reload'
]
3
4
# Bootstrap help #####################################################
Callers
nothing calls this directly
Calls
2
_setup
Method · 0.45
replace
Method · 0.45
Tested by
no test coverage detected