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)
  __getitem__(self, attr)
  __setitem__(self, attr, val)
  to_dotfile(self)
Return the dot commands that should be used to render this node.

Class Variables [hide private]
_next_id  

Method Details [hide private]

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

source code 

__getitem__(self, attr)
(Indexing operator)

source code 

__setitem__(self, attr, val)
(Index assignment operator)

source code 

to_dotfile(self)

source code 
Return the dot commands that should be used to render this node.

Class Variable Details [hide private]

_next_id

Value:
0