NodeDelegateChildren

- class NodeDelegateChildren
A node children iteration.
Methods
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