finesse.graph.operator_graph.OperatorGraph.sink_nodes

OperatorGraph.sink_nodes(self, ignore_self_loops=False)

Nodes which have no output edges

Parameters
ignore_self_loopsbool, optional

When true any self loops at a node are not included in the determination if this node is a sink

Returns
nodesTuple

node integer values