FormGraph.degree_out
- FormGraph.degree_out(key)
Return the number of outgoing neighbors of a node.
- Parameters:
- keyhashable
The identifier of the node.
- Returns:
- int
The number of outgoing neighbors of the node.
See also
Return the number of outgoing neighbors of a node.
The identifier of the node.
The number of outgoing neighbors of the node.
See also