Note
This is the documentation for the current state of the development branch of rustworkx. The documentation or APIs here can change prior to being released.
rustworkx.PyGraph.degree#
- PyGraph.degree(node, /)#
Get the degree for a node
- Parameters:
node (int) – The index of the node to find the inbound degree of
- Returns degree:
The inbound degree for the specified node
- Return type:
int