MCPcopy Index your code
hub / github.com/python/cpython / _bootstrap_external.py

File _bootstrap_external.py

Lib/importlib/_bootstrap_external.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Core implementation of path-based import.
2
3This module is NOT meant to be directly imported! It has been designed such
4that it can be bootstrapped into Python as the implementation of import. As

Callers

nothing calls this directly

Calls 3

_make_relax_caseFunction · 0.85
joinMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected