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

Class DotGraphNode

source code


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