Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ __deepcopy__
Method
__deepcopy__
mongoengine/fields.py:1728–1729 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
1726
return
copied
1727
1728
def
__deepcopy__(self, memo):
1729
return
self.__copy__()
1730
1731
def
__repr__(self):
1732
return
f
"<{self.__class__.__name__}: {self.grid_id}>"
Callers
nothing calls this directly
Calls
1
__copy__
Method · 0.95
Tested by
no test coverage detected