rustworkx.PyDiGraph.copy¶
- PyDiGraph.copy()¶
Return a shallow copy of the graph
All node and edge weight/data payloads in the copy will have a shared reference to the original graph.
Return a shallow copy of the graph
All node and edge weight/data payloads in the copy will have a shared reference to the original graph.