blob: bd3f12654de91213559265ac66696dd2258ae2c9 (
plain)
1
2
3
4
5
6
|
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.
|