module documentation

Trace function arguments, return values and calls to other functions.

Class Arg Undocumented
Class Attr Undocumented
Class Call Undocumented
Class Function Undocumented
Class FunctionMap Collect a map of function types and outbound callgraph edges.
Class Param Undocumented
Function collect_function_map Track types and outgoing calls within a function.
Function get_function_params Collect function param types from pytype.
Function unknown_to_any Undocumented
Function unwrap_type Undocumented
def collect_function_map(index): (source)

Track types and outgoing calls within a function.

def get_function_params(pytd_fn): (source)

Collect function param types from pytype.

def unknown_to_any(typename): (source)

Undocumented

def unwrap_type(typ): (source)

Undocumented