Method summary
- __init__(self)
- get_function_object(self, python_path, name)
- visitFrom(self, node)
- visitFunction(self, node)
Methods
- __init__(self)
- get_function_object(self, python_path, name)
Get the python function for a given function
- visitFrom(self, node)
Add name -> function object information to info dict.
- visitFunction(self, node)
Add local function definitions to the info dict