Graph.degree_in

Graph.degree_in(key)[source]

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.