Home | Trees | Index | Help |
---|
|
pygraphlib
: pygraphlib is a python
based graph (network) representation and manipulation package.
__builtin__.object
:
The most base type
__builtin__.dict
:
dict() -> new empty dictionary.
pygraphlib.util.priorityDictionary
:
Priority dictionary using binary heaps
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception
:
Common base class for all exceptions.
pygraphlib.pygraph.GraphException
:
Custom exception to signal exceptions coming from this module
pygraphlib.pydot.Dot
:
A class that creates a graphviz (dot language) representation
of the graph.
pygraphlib.pygraph.DGraph
pygraphlib.pygraph.UGraph
:
Undirected graphs.
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jan 5 09:38:28 2005 | http://epydoc.sf.net |