blob: 55ebf46b83ac362f0ed539cc0a689111c53069b2 [file] [log] [blame]
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.