Package networkx :: Package readwrite :: Module leda
[hide private]
[frames] | no frames]

Module leda

source code

Read graphs in LEDA format. See http://www.algorithmic-solutions.info/leda_guide/graphs/leda_native_graph_fileformat.html


Date:  

Author: Aric Hagberg (hagberg@lanl.gov)

Functions [hide private]
 
read_leda(path)
Read graph in GraphML format from path.
source code
 
parse_leda(lines)
Parse LEDA.GRAPH format from string or iterable.
source code
 
_test_suite() source code
Variables [hide private]
  __credits__ = ''
  __revision__ = ''
Function Details [hide private]

read_leda(path)

source code 
Read graph in GraphML format from path. Returns an XGraph or XDiGraph.

parse_leda(lines)

source code 
Parse LEDA.GRAPH format from string or iterable. Returns an XGraph or XDiGraph.