NodeChildren

Inheritance diagram of rumba.NodeChildren
class NodeChildren

Bases: pybind11_builtins.pybind11_object

A Node children accessor.

This class can be used to get the number of children and iterate them.

Methods

__iter__
__len__ size() -> int
__init__

x.__init__(…) initializes x; see help(type(x)) for signature

__len__()

size() -> int

Return the number of children.

Return type:int