Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_edge( self, viz: Any, source: str, target: str, label:
viz
Any
The graphviz object.
source
str
The source node.
target
The target node.
label
str | None
None
conditional
bool
False
Adds an edge to the graph.
The label for the edge.
Whether the edge is conditional.