MCPcopy 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
1552def _set_bootstrap_module(_bootstrap_module):
1553 global _bootstrap
1554 _bootstrap = _bootstrap_module
1555
1556
1557def _install(_bootstrap_module):

Callers 1

_installFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected