Skip to main content

Module utils

Module utils 

Source

Functions§

beautify_graph
Produce an order of “nodes” in a graph for cleaner graph output. For example, turn:
break_parent_func_cycle
Pre-process a parent function that might have cycles. Return a new parent function that won’t have cycles.
filter_known
Given a set (sub-graph) and a filter function that selects “known” subset of its input, apply filter to set.