MCPcopy Create free account
hub / github.com/alibaba/GraphScope / __deepcopy__

Method __deepcopy__

python/graphscope/nx/classes/graph.py:539–541  ·  view source on GitHub ↗

override default __deepcopy__

(self, memo)

Source from the content-addressed store, hash-verified

537 raise NetworkXError("graphscope.nx not support shallow copy.")
538
539 def __deepcopy__(self, memo):
540 """override default __deepcopy__"""
541 return self.copy()
542
543 @clear_mutation_cache
544 def __iter__(self):

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected