NodeChildren¶

-
class
NodeChildren¶ Bases:
pybind11_builtins.pybind11_objectA 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
-