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

Module graphml

source code

Read graphs in GraphML format. http://graphml.graphdrawing.org/


Date:  

Author: Aric Hagberg (hagberg@lanl.gov)

Functions [hide private]
 
read_graphml(path)
Read graph in GraphML format from path.
source code
 
parse_graphml(lines)
Read graph in GraphML format from string.
source code
 
_test_suite() source code
Variables [hide private]
  __credits__ = ''
  __revision__ = ''
Function Details [hide private]

read_graphml(path)

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

parse_graphml(lines)

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