opto.trace.nodes.AbstractNode.children#
- property AbstractNode.children#
Get the children of a node.
- Returns:
The list of child nodes.
- Return type:
list
Notes
This property is essential for accessing the hierarchical structure of nodes, allowing traversal and manipulation of the DAG.