class documentation

class CallGraphGenerator(CallGraphGeneratorPyCG): (source)

Constructor: CallGraphGenerator(entry_points, package, max_iter, operation)

View In Hierarchy

Undocumented

Method __init__ Undocumented
def __init__(self, entry_points, package, max_iter=-1, operation='call-graph'): (source)

Undocumented