NetworkX

Previous topic

networkx.MultiGraph.degree_iter

Next topic

networkx.MultiGraph.to_directed

Quick search

networkx.MultiGraph.copy

MultiGraph.copy()

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.