Graph.delete_edge
- Graph.delete_edge(edge)[source]
Delete an edge from the graph.
- Parameters:
- edgetuple[hashable, hashable]
The identifier of the edge as a pair of node identifiers.
- Returns:
- None
See also
Examples
>>>
Site Navigation
Delete an edge from the graph.
The identifier of the edge as a pair of node identifiers.
See also
Examples
>>>