networkx.LabeledGraph.degree_iter
networkx.LabeledGraph.to_directed
Return a copy of the graph.
Notes
This makes a complete of the graph but does not make copies of any underlying node or edge data. The node and edge data in the copy still point to the same objects as in the original.