NodeDelegateChildren

Inheritance diagram of rumba.NodeDelegateChildren
class NodeDelegateChildren

A node children iteration.

Methods

__init__

Children(node: NodeDelegate) -> None

__iter__

begin()

Return the begin iterator of the children.

end()

Return the end iterator of the children.

__init__()

Children(node: NodeDelegate) -> None

Constructs a node attribute iteration.

begin() ChildIterator

Return the begin iterator of the children.

Return type

ChildIterator

end() ChildIterator

Return the end iterator of the children.

Return type

ChildIterator