Trees | Indices | Help |
|
---|
|
object --+ | DOTTreeGenerator
A utility class to generate DOT diagrams (graphviz) from arbitrary trees. You can pass in your own templates and can pass in any kind of tree or use Tree interface method.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_treeST = stringtemplate3.StringTemplate(template= ("digraph {
|
|||
_nodeST = stringtemplate3.StringTemplate(template= "$name$ [la
|
|||
_edgeST = stringtemplate3.StringTemplate(template= "$parent$ -
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
_treeST
|
_nodeST
|
_edgeST
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:27 2015 | http://epydoc.sourceforge.net |