class documentation

class FunctionMap: (source)

View In Hierarchy

Collect a map of function types and outbound callgraph edges.

Method __init__ Undocumented
Method add_attr Add an attr access within a function body.
Method add_call Add a function call.
Method add_link Undocumented
Method add_param_def Add a function parameter definition.
Method init_from_index Initialize the function map.
Method pytd_of_fn Get the pytype pytd function definition.
Instance Variable fmap Undocumented
Instance Variable index Undocumented
def __init__(self, index): (source)

Undocumented

def add_attr(self, ref, defn): (source)

Add an attr access within a function body.

def add_call(self, call): (source)

Add a function call.

def add_link(self, ref, defn): (source)

Undocumented

def add_param_def(self, ref, defn): (source)

Add a function parameter definition.

def init_from_index(self, index): (source)

Initialize the function map.

def pytd_of_fn(self, f): (source)

Get the pytype pytd function definition.

Undocumented

Undocumented