opto.trace.nodes.NodeVizStyleGuideColorful.get_label

opto.trace.nodes.NodeVizStyleGuideColorful.get_label#

NodeVizStyleGuideColorful.get_label(x)#

Construct a label for a node.

Parameters:

x – The node for which the label is to be constructed.

Returns:

The constructed label string.

Return type:

str

Notes

Using a colon in the name can cause problems in graph visualization tools like Graphviz. To avoid issues, the label is constructed by combining the node’s Python name, truncated description, and content. If the description or content exceeds the print limit, it is truncated and appended with an ellipsis.