git_dag.interfaces.graphviz.DagGraphviz¶
- class git_dag.interfaces.graphviz.DagGraphviz(standalone_cluster: bool = False)[source]¶
Bases:
DagBase
Graphviz interface.
Methods
Build the graph.
Add an edge.
Return the backend graph object.
Add a node.
Render the graph.
Return graph source file.
- build(format: str, node_attr: dict[str, str], edge_attr: dict[str, str], dag_attr: dict[str, str], filename: str | Path, cluster_params: dict[str, str]) None [source]¶
Build the graph.