Network3gs.connected_edges

Network3gs.connected_edges(key)

Return the edges connected to a node.

Parameters

key (hashable) – The identifier of the node.

Returns

list[tuple[hashable, hashable]] – The edges connected to the node.