networkx.Graph.clear
networkx.Graph.nodes_iter
Return a list of the nodes.
Examples
>>> G=nx.path_graph(3) >>> print G.nodes() [0, 1, 2]