CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions | Variables
TreeCrawler Namespace Reference

Classes

class  Color
 
class  mymf
 
class  Package
 
class  SearchHit
 

Functions

def getDependenciesFromPythonFile
 
def getImportTree
 
def packageNameFromFilename
 
def removeRecursiveLoops
 
def transformIntoGraph
 

Variables

list _stack = []
 

Function Documentation

def TreeCrawler.getDependenciesFromPythonFile (   filename,
  toplevelname,
  path 
)

Definition at line 285 of file TreeCrawler.py.

def TreeCrawler.getImportTree (   filename,
  path 
)

Definition at line 293 of file TreeCrawler.py.

def TreeCrawler.packageNameFromFilename (   name)

Definition at line 29 of file TreeCrawler.py.

def TreeCrawler.removeRecursiveLoops (   node,
  verbose = False,
  currentStack = None 
)

Definition at line 247 of file TreeCrawler.py.

def TreeCrawler.transformIntoGraph (   depgraph,
  toplevel 
)

Definition at line 263 of file TreeCrawler.py.

Variable Documentation

list TreeCrawler._stack = []

Definition at line 45 of file TreeCrawler.py.