read_leda
Read graph in LEDA format from path.
path (file or string) – File or filename to read. Filenames ending in .gz or .bz2 will be uncompressed.
G
NetworkX graph
Examples
G=nx.read_leda(‘file.leda’)
References
http://www.algorithmic-solutions.info/leda_guide/graphs/leda_native_graph_fileformat.html