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

Class DotGraphEdge
source code

Instance Methods [hide private]
  __init__(self, start, end, label=None, **attribs)
  __getitem__(self, attr)
  __setitem__(self, attr, val)
  to_dotfile(self)
Return the dot commands that should be used to render this edge.

Instance Variables [hide private]
start  
end  

Method Details [hide private]

__init__(self, start, end, 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 edge.

Instance Variable Details [hide private]

start

Type:
DotGraphNode

end

Type:
DotGraphNode