Table of Contents
Graph()
DiGraph()
MultiGraph()
MultiDiGraph()
Auto-generated API
networkx.readwrite.gml.
literal_destringizer
Convert a Python literal to the value it represents.
rep : string
A Python literal.
value : object
The value of the Python literal.
ValueError
If rep is not a Python literal.