kinbaku.Graph.remove_edge

Graph.remove_edge(source_key, target_key, edge_type=0)[source]

Remove the edge linking source to target, with the given edge_type

Parameters
  • source_key (str) – string key of the source node

  • target_key (str) – string key of the target node

  • edge_type (int, optional) – edge type of the edge to remove. Defaults to 0.