Graph.delete_edge

Graph.delete_edge(u, v)[source]

Delete an edge from the network.

Parameters
  • u (hashable) – The identifier of the first node.

  • v (hashable) – The identifier of the second node.

Returns

None

Examples

>>>