finesse.tracing.forest.TraceForest.find_intersection_couplings¶
- TraceForest.find_intersection_couplings(self, TraceForest other=None) tuple ¶
Finds the node couplings at which trees with differing trace dependencies intersect.
- Parameters
- other
TraceForest
Find dependencies from a different trace forest than this one when checking for intersections.
- other
- Returns
- couplingstuple
A tuple of the node couplings where each element is
(from_node, to_node)
.