module documentation
This module contains some mixins for the different nodes.
Class |
|
No class docstring; 1/2 method documented |
Class |
|
override block range |
Class |
|
Mixin for statement filtering and assignment type |
Class |
|
MixIn for From and Import Nodes |
Class |
|
Mixin for nodes with multi-line blocks, e.g. For and FunctionDef. Note that this does not apply to every node with a body field. For instance, an If node has a multi-line body, but the body of an IfExpr is not multi-line, and hence cannot contain Return nodes, Assign nodes, etc. |
Class |
|
Mixin for nodes with no children, e.g. Pass. |
Class |
|
Undocumented |