FormGraph.neighbors_out
- FormGraph.neighbors_out(key)
Return the outgoing neighbors of a node.
- Parameters:
- keyhashable
The identifier of the node.
- Returns:
- list[hashable]
A list of node identifiers.
See also
Return the outgoing neighbors of a node.
The identifier of the node.
A list of node identifiers.
See also