class documentation

class TypeInferCallTransformer(ast.NodeTransformer): (source)

View In Hierarchy

A NodeTransformer class for getting function call information

Method __init__ Undocumented
Method visit_Attribute Undocumented
Method visit_Call Undocumented
Instance Variable call_names Undocumented
def __init__(self): (source)

Undocumented

def visit_Attribute(self, node): (source)

Undocumented

def visit_Call(self, node): (source)

Undocumented

call_names: list = (source)

Undocumented