Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __copy__
Method
__copy__
tensorflow/python/training/tracking/data_structures.py:604–605 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
602
for
key, value in self._storage.items()})
603
604
def
__copy__(self):
605
return
type(self)(copy.copy(self._storage))
606
607
def
__deepcopy__(self, memo):
608
return
type(self)(copy.deepcopy(self._storage, memo))
Callers
nothing calls this directly
Calls
2
type
Function · 0.85
copy
Method · 0.45
Tested by
no test coverage detected