Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _set_bootstrap_module
Function
_set_bootstrap_module
Lib/importlib/_bootstrap_external.py:1552–1554 ·
view source on GitHub ↗
(_bootstrap_module)
Source
from the content-addressed store, hash-verified
1550
1551
1552
def
_set_bootstrap_module(_bootstrap_module):
1553
global _bootstrap
1554
_bootstrap = _bootstrap_module
1555
1556
1557
def
_install(_bootstrap_module):
Callers
1
_install
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected