[Telemetry] Use ModuleGraph instead of modulefinder to get a detailed import
[chromium-blink-merge.git] / tools / telemetry / third_party / modulegraph / README.txt
blob55ebf46b83ac362f0ed539cc0a689111c53069b2
1 modulegraph determines a dependency graph between Python modules primarily
2 by bytecode analysis for import statements.
4 modulegraph uses similar methods to modulefinder from the standard library,
5 but uses a more flexible internal representation, has more extensive 
6 knowledge of special cases, and is extensible.