module documentation
This module provides implementation of various Utilities functions and classes for finding local modules nad iterating over different objects(i.e., statements, child nodes and fields) within the provided node.
| Class | |
Undocumented |
| Class | |
Undocumented |
| Function | find |
Undocumented |
| Function | get |
Undocumented |
| Function | iter |
Yield all direct child nodes of node, that is, all fields that are nodes and all items of fields that are lists of nodes. |
| Function | iter |
Yield a tuple of (fieldname, value) for each field in node._fields that is present on node. |
| Function | iter |
Yield all direct child nodes of node, that is, all fields that are nodes and all items of fields that are lists of nodes. |
| Function | |
Undocumented |
Yield all direct child nodes of node, that is, all fields that are nodes and all items of fields that are lists of nodes.