module documentation
Node visitors used for type Inference and other utilities. The abstract class is extracted from mypy project at [here](https://github.com/python/mypy/blob/master/mypy/visitor.py). This module is not intended for creating APIs.
| Class | |
Undocumented |
| Class | |
A NodeVisitor class for getting function call information |
| Class | |
Empty base class for parse tree node visitors. |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
A NodeTransformer class for getting function call information |
| Function | get |
Get the argument types of the node |
| Function | get |
Get the argument types of all function calls |
| Function | get |
Undocumented |
| Type Variable | T |
Undocumented |