rustworkx.PyGraph.edge_indices_from_endpoints#

PyGraph.edge_indices_from_endpoints(node_a, node_b)#

Return a list of indices of all edges between specified nodes

Returns:

A list of all the edge indices connecting the specified start and end node

Return type:

EdgeIndices