class documentation

class _ASTVisitorGetChildrenBodyOnly(genericvisitor.Visitor[astroid.nodes.NodeNG]): (source)

View In Hierarchy

Undocumented

Class Method get_children Visit the nested nodes in the body of a node.
@classmethod
def get_children(cls, node): (source)

Visit the nested nodes in the body of a node.

Parameters
node:astroid.nodes.NodeNGUndocumented
Returns
t.Iterable[astroid.nodes.NodeNG]Undocumented