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.remove_edge_from_index#
- PyDiGraph.remove_edge_from_index(edge, /)#
Remove an edge identified by the provided index
- Parameters:
edge (int) – The index of the edge to remove