Network.degree_out
- Network.degree_out(key)[source]
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
Site Navigation
Return the number of outgoing neighbors of a node.
The identifier of the node.
The number of outgoing neighbors of the node.
See also