|
|
__init__(self,
device=None,
node=None,
parentName=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
simpleProcessNodes(self,
node=None,
parentName=None,
doNets=False,
doDevices=False)
This method processes the child nodes of the passed node, and then
its children. |
source code
|
|
|
|
complexProcessNodes(self)
This method (will) processes nodes and builds the graphs node at a
time with actual pydot objects (as opposed to building a graph from a
list of edges). |
source code
|
|
|
|
| setGraphFromEdges(self,
edges,
directed=True) |
source code
|
|
|
|
prepare(self,
nodeProcessing='simple',
edges=None) |
source code
|
|
|
|
|
|
|
render(self,
format='png',
withNetworks=False)
This will render an image format suitable for display in a
browser. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|