rustworkx.PyGraph.get_edge_data_by_index¶
- PyGraph.get_edge_data_by_index(edge_index, /)¶
Return the edge data for the edge by its given index
- Parameters:
edge_index (int) – The edge index to get the data for
- Returns:
The data object for the edge
- Raises:
IndexError – when there is no edge present with the provided index