FormGraph.node_edges
- FormGraph.node_edges(key)
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.
Return the edges connected to a node.
The identifier of the node.
The edges connected to the node.