android_mt6572_jiabo/external/chromium-trace/catapult/telemetry/third_party/modulegraph
2025-09-05 16:56:03 +08:00
..
doc first commit 2025-09-05 16:56:03 +08:00
modulegraph first commit 2025-09-05 16:56:03 +08:00
modulegraph.egg-info first commit 2025-09-05 16:56:03 +08:00
modulegraph_tests first commit 2025-09-05 16:56:03 +08:00
scripts first commit 2025-09-05 16:56:03 +08:00
MANIFEST.in first commit 2025-09-05 16:56:03 +08:00
PKG-INFO first commit 2025-09-05 16:56:03 +08:00
README.chromium first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00
setup.cfg first commit 2025-09-05 16:56:03 +08:00
setup.py first commit 2025-09-05 16:56:03 +08:00

modulegraph determines a dependency graph between Python modules primarily
by bytecode analysis for import statements.

modulegraph uses similar methods to modulefinder from the standard library,
but uses a more flexible internal representation, has more extensive 
knowledge of special cases, and is extensible.