Note
This is the documentation for the current state of the development branch of rustworkx. The documentation or APIs here can change prior to being released.
rustworkx.PyDiGraph.add_node#
- PyDiGraph.add_node(obj, /)#
Add a new node to the graph.
- Parameters:
obj – The python object to attach to the node
- Returns:
The index of the newly created node
- Return type:
int