Home | Trees | Indices | Help |
|
---|
|
object --+ | DotBackend
Dot File backend.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
source returns self._source |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
emit an edge from <name1> to <name2>. edge properties: see http://www.graphviz.org/doc/info/attrs.html |
emit a node with given properties. node properties: see http://www.graphviz.org/doc/info/attrs.html |
Generates a graph file. :param outputfile: filename and path [defaults to graphname.png] :param dotfile: filename and path [defaults to graphname.dot] :rtype: str :return: a path to the generated file |
Property Details |
sourcereturns self._source
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 27 17:18:42 2009 | http://epydoc.sourceforge.net |