rustworkx.PyDiGraph.edge_indices_from_endpoints#

PyDiGraph.edge_indices_from_endpoints(node_a, node_b)#

Return a list of indices of all directed edges between specified nodes

Returns:

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

Return type:

EdgeIndices