module documentation
Utilities for type inference module
| Class | |
A NodeVisitor class for getting function call information |
| Class | |
A NodeTransformer class for getting function call information |
| Function | check |
Checks a list of values to see if they have a constant type |
| Function | find |
Undocumented |
| Function | generate |
Generates ast from the source string |
| Function | get |
Undocumented |
| Function | get |
Undocumented |
| Function | get |
Gets Python built in types |
| Function | get |
Undocumented |
| Function | get |
Get the function comment header for function source code |
| Function | get |
Get the type of a node |
| Function | is |
Determines whether a string is written in camel case |
| Function | is |
Determines whether a list of type values is in a finished state |
| Function | is |
Determines whether a function is imported from another library |
| Function | is |
Undocumented |
| Function | parse |
Get the function, class and import nodes for a module |
| Function | rename |
Undocumented |
| Function | resolve |
Resolve the string name of an AST node |
| Variable | built |
Undocumented |
| Variable | func |
Undocumented |
Get the type of a node
| Parameters | |
| node | The node to get the type of |
| imports | Dictionary of known imported types |
| Returns | |
str | The type of the node |