module documentation
This module contains base classes and functions for the nodes and some inference utils.
Class |
|
Special node representing an async generator |
Class |
|
An instance base class, which provides lookup methods for potential instances. |
Class |
|
a special node representing a method bound to an instance |
Class |
|
a special node representing a generator. |
Class |
|
A special node representing a class instance. |
Class |
|
a simple proxy object |
Class |
|
a special node representing a method not bound to an instance |
Constant | BOOL |
Undocumented |
Constant | BUILTINS |
Undocumented |
Constant | POSSIBLE |
Undocumented |
Constant | PROPERTIES |
Undocumented |
Variable | helpers |
Undocumented |
Variable | manager |
Undocumented |
Variable | objectmodel |
Undocumented |
Function | _infer |
Undocumented |
Function | _infer |
Return an iterator on statements inferred by each statement in stmts. |
Function | _is |
Undocumented |