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

Function _

Lib/importlib/resources/_common.py:47–48  ·  view source on GitHub ↗
(cand: str)

Source from the content-addressed store, hash-verified

45
46@resolve.register
47def _(cand: str) -> types.ModuleType:
48 return importlib.import_module(cand)
49
50
51@resolve.register

Callers

nothing calls this directly

Calls 3

_infer_callerFunction · 0.85
resolveFunction · 0.70
import_moduleMethod · 0.45

Tested by

no test coverage detected