class documentation

class NoChildrenMixin: (source)

Known subclasses: astroid.nodes.AssignName, astroid.nodes.Break, astroid.nodes.Const, astroid.nodes.Continue, astroid.nodes.DelName, astroid.nodes.DictUnpack, astroid.nodes.Ellipsis, astroid.nodes.EmptyNode, astroid.nodes.Global, astroid.nodes.Import, astroid.nodes.ImportFrom, astroid.nodes.Name, astroid.nodes.Nonlocal, astroid.nodes.Pass

View In Hierarchy

Mixin for nodes with no children, e.g. Pass.
Method get​_children Undocumented
def get_children(self): (source)

Undocumented