opto.trace.nodes.MessageNode.parents

opto.trace.nodes.MessageNode.parents#

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