opto.trace.nodes.ExceptionNode.name

opto.trace.nodes.ExceptionNode.name#

property ExceptionNode.name#

Get the name of the node.

Returns:

The name of the node.

Return type:

str

Notes

This property is set when the node is registered in the graph. It is a combination of the node’s name and its index in the list of nodes with the same name. The index is incremented each time a new node with the same name is registered. This assumes that elements in the _nodes dictionary of the graph never get removed.