class documentation
class _ASTVisitorGetChildrenBodyOnly(genericvisitor.Visitor[astroid.nodes.NodeNG]): (source)
Undocumented
| Class Method | get |
Visit the nested nodes in the body of a node. |
Visit the nested nodes in the body of a node.
| Parameters | |
node:astroid.nodes.NodeNG | Undocumented |
| Returns | |
t.Iterable[ | Undocumented |