ChildrenNodesView

class ChildrenNodesView[R, M]

A view to a container of children nodes.

Children
Members defined in ChildrenNodesView (6 members)

elements

R

The related elements in this container.

relationships

R

The relationships in this container.

__bool__

__getitem__

__len__

at

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