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 toset.