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