module documentation
The module provides data structure to build import graph of a python project which represents the import relationships between different modules in the project, which can be used for program analysis.
| Class | |
The Import Graph class is a data structure that allows users to manipulate different files under a Python project. It leverage import relations in each of source files. |
| Class | |
Undocumented |