class documentation

class CFG_Database(_Database): (source)

View In Hierarchy

Database of CFG Indices

Method has_file Undocumented
Method index Undocumented
Property at_function A mapping indexed by name of function
Property at_lineno A mapping indexed by lineno of function def

Inherited from _Database:

Method __init__ Undocumented
Instance Variable __dict__ Undocumented
def has_file(self, filename): (source)

Undocumented

def index(self, filename, cfg): (source)

Undocumented

Parameters
filenameUndocumented
cfg:CFGUndocumented

A mapping indexed by name of function

A mapping indexed by lineno of function def