mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
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.
|