opto.trace.nodes.ExceptionNode.is_leaf

opto.trace.nodes.ExceptionNode.is_leaf#

property ExceptionNode.is_leaf#

Check if the node is a leaf node.

Returns:

True if the node has no children, False otherwise.

Return type:

bool