module documentation

Graphviz render for control flow graphs.

Function get_label Gets the source code for a control flow basic block.
Function get_label_for_instruction Undocumented
Function render Undocumented
Function to_graphviz To graphviz.
Function trim Undocumented
Function unparse Undocumented
Function write_as_str Undocumented
Constant LEFT_ALIGN Undocumented
def get_label(block): (source)

Gets the source code for a control flow basic block.

def get_label_for_instruction(instruction): (source)

Undocumented

def render(graph, include_src=None, path='/tmp/graph.png'): (source)

Undocumented

def to_graphviz(graph, include_src=None): (source)

To graphviz.

def trim(line, max_length=30): (source)

Undocumented

def unparse(node): (source)

Undocumented

def write_as_str(write): (source)

Undocumented

LEFT_ALIGN: str = (source)

Undocumented

Value
'\\l'