MCPcopy Index your code
hub / github.com/python/cpython / _set_bootstrap_module

Function _set_bootstrap_module

Lib/importlib/_bootstrap_external.py:1577–1579  ·  view source on GitHub ↗
(_bootstrap_module)

Source from the content-addressed store, hash-verified

1575
1576
1577def _set_bootstrap_module(_bootstrap_module):
1578 global _bootstrap
1579 _bootstrap = _bootstrap_module
1580
1581
1582def _install(_bootstrap_module):

Callers 1

_installFunction · 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…