Classes | |
class | Color |
class | mymf |
class | Package |
class | SearchHit |
Functions | |
def | getDependenciesFromPythonFile |
def | getImportTree |
def | packageNameFromFilename |
def | removeRecursiveLoops (node, verbose=False, currentStack=None) |
def | transformIntoGraph (depgraph, toplevel) |
Variables | |
_stack | |
def TreeCrawler.getDependenciesFromPythonFile | ( | filename | ) |
Definition at line 287 of file TreeCrawler.py.
Referenced by getImportTree().
def TreeCrawler.getImportTree | ( | filename | ) |
Definition at line 295 of file TreeCrawler.py.
References getDependenciesFromPythonFile(), packageNameFromFilename(), and transformIntoGraph().
def TreeCrawler.packageNameFromFilename | ( | name | ) |
Definition at line 31 of file TreeCrawler.py.
References join(), python.rootplot.root2matplotlib.replace(), and submitPVValidationJobs.split().
Referenced by getImportTree(), and TreeCrawler.Package.search().
Definition at line 249 of file TreeCrawler.py.
References print(), and isotrackApplyRegressor.range.
Referenced by transformIntoGraph().
def TreeCrawler.transformIntoGraph | ( | depgraph, | |
toplevel | |||
) |
Definition at line 265 of file TreeCrawler.py.
References removeRecursiveLoops().
Referenced by getImportTree().
|
private |
Definition at line 47 of file TreeCrawler.py.