opto.trace.nodes.AbstractNode.parents#
- property AbstractNode.parents#
Get the parents of a node.
- Returns:
The list of parent nodes.
- Return type:
list
Notes
This property is an essential part of the graph structure and is used in various operations such as graph traversal and feedback propagation.