Network.node_edges
- Network.node_edges(key)[source]
Return the edges connected to a node.
- Parameters:
- keyhashable
The identifier of the node.
- Returns:
- list[tuple[hashable, hashable]]
The edges connected to the node.
Site Navigation
Return the edges connected to a node.
The identifier of the node.
The edges connected to the node.