MCPcopy Index your code
hub / github.com/RustPython/RustPython / _

Function _

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

Source from the content-addressed store, hash-verified

79
80@resolve.register
81def _(cand: str) -> types.ModuleType:
82 return importlib.import_module(cand)
83
84
85@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