MCPcopy 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
3import dis
4import importlib._bootstrap_external

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected