Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
47
def
_(cand: str) -> types.ModuleType:
48
return
importlib.import_module(cand)
49
50
51
@resolve.register
Callers
nothing calls this directly
Calls
3
_infer_caller
Function · 0.85
resolve
Function · 0.70
import_module
Method · 0.45
Tested by
no test coverage detected