module documentation

Graphviz visualizations of Program Graphs.

Function render Undocumented
Function to_graphviz Creates a graphviz representation of a ProgramGraph.
def render(graph, path='/tmp/graph.png'): (source)

Undocumented

def to_graphviz(graph): (source)

Creates a graphviz representation of a ProgramGraph.

Parameters
graphA ProgramGraph object to visualize.
Returns
A pygraphviz object representing the ProgramGraph.