ChildrenNodesView
- class ChildrenNodesView[R, M]
A view to a container of children nodes.
Children
Members defined in
ChildrenNodesView(6 members)
RThe related elements in this container.
RThe relationships in this container.
Attributes
- property elements: syside.ContainerView[syside.M]
The related elements in this container.
- property relationships: syside.ContainerView[syside.R]
The relationships in this container.
Methods
- __bool__() bool
- __getitem__(arg: int, /) Tuple[syside.R, syside.M]
- __len__() int
- at(arg: int, /) Tuple[syside.R, syside.M] | None