finesse.script.graph.KatGraph.is_independent

KatGraph.is_independent(node)[source]

Check if the node has no external dependencies.

A node is independent if it is a terminal type or if its arguments have no non- argument incoming edges.