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