MCPcopy 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

_setupMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected