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.