MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __copy__

Method __copy__

tensorflow/python/training/tracking/data_structures.py:299–300  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

297 return type(self)(copy.copy(self._storage))
298
299 def __copy__(self):
300 return self.copy()
301
302 def __deepcopy__(self, memo):
303 return type(self)(copy.deepcopy(self._storage, memo))

Callers 1

__copy__Method · 0.45

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected