Go to the source code of this file.
Namespaces | |
namespace | slimpy_base.Core.Runners.dotRunner |
Classes | |
class | dotRunner |
prints a Graphvis dot file to stdout More... | |
Variables | |
string | __copyright__ |
This is the Runner Class. | |
string | __license__ |
tuple | subgraph = Template("""subgraph ${node}${proc} { label = "${node}: ${proc}"; style= "dashed"; color=black; ${content}}""") |