opto.trace.nodes.ExceptionNode.parents

opto.trace.nodes.ExceptionNode.parents#

property ExceptionNode.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.