finesse.graph.operator_graph.OperatorGraph.out_degree¶
- OperatorGraph.out_degree(self, node)¶
Get the out-degree of a node.
This method returns the out-degree of the specified node in the graph. The out-degree of a node is the number of edges going out of the node.
- Parameters
- nodeint
The index of the node to check.
- Returns
- int
The out-degree of the node.