Package epydoc :: Package docwriter :: Module dotgraph :: Class DotGraphNode
[hide private]
[frames] | no frames]

type DotGraphNode

source code

Known Subclasses:

Instance Methods [hide private]
 
__init__(self, label=None, html_label=None, **attribs) source code
call graph 
 
__getitem__(self, attr) source code
call graph 
 
__setitem__(self, attr, val) source code
call graph 
 
to_dotfile(self)
Return the dot commands that should be used to render this node.
source code
call graph 
Class Variables [hide private]
  _next_id = 0
Method Details [hide private]

__init__(self, label=None, html_label=None, **attribs)
(Constructor)

source code 
call graph 
Overrides: object.__init__
(inherited documentation)