Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ modulefinder.py
File
modulefinder.py
Lib/modulefinder.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Find modules used by a script, using introspection."
""
2
3
import
dis
4
import
importlib._bootstrap_external
Callers
nothing calls this directly
Calls
1
test
Function · 0.70
Tested by
no test coverage detected