CellNetwork.degree

CellNetwork.degree(key)

Return the number of neighbors of a node.

Parameters

key (hashable) – The identifier of the node.

Returns

int – The number of neighbors of the node.