Home | Trees | Indices | Help |
---|
|
|
|||
CyclicGraphError |
|
|||
|
|||
|
|
Create a graph based on a list of items and a list of edges. Arguments: items - an iterable containing (hashable) items to sort edges - an iterable containing (parent, child) edge pair tuples Return Value: The return value is a dictionary representing the directed graph. It has three keys: items is the same as the input argument of the same name edges is the same as the input argument of the same name incoming is a dict of incoming edge count hashed by item |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 2 14:52:22 2012 | http://epydoc.sourceforge.net |