core.viz

Module Contents

Classes

DotGraphVisualizer

GraphVisitor

Attributes

__theme__

theme

core.viz.__theme__
core.viz.theme
class core.viz.DotGraphVisualizer(graph: graphviz.Graph)
render_dot_nodes(self)
clusterize_node(self, node)
render_dot_node(self, node)
to_dot(self)
render_topology(self, target_file)
_repr_svg_(self)
exception core.viz.EngineNotAvailableException

Bases: Exception

Common base class for all non-exit exceptions.

class core.viz.GraphVisitor
render_node_label(self, node, extra_label='')
render_node_name(self, node)
render_dot_decision_node(self, node)
render_dot_action_node(self, node)