MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / modulefinder.py

File modulefinder.py

tools/python-3.11.9-amd64/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 2

testFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected