Package networkx :: Module xdigraph
[hide private]
[frames] | no frames]

Module xdigraph

source code

Base class for XDiGraph.

XDiGraph allows directed graphs with self-loops, multiple edges, arbitrary (hashable) objects as nodes, and arbitrary objects associated with edges.




Author: Aric Hagberg (hagberg@lanl.gov) Pieter Swart (swart@lanl.gov) Dan Schult(dschult@colgate.edu)

Classes [hide private]
  XDiGraph
Digraphs with (optional) self-loops, (optional) multiple edges, arbitrary (hashable) objects as nodes, and arbitrary objects associated with edges.
Functions [hide private]
 
_test_suite() source code