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

Examples

>>>