Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __deepcopy__
Method
__deepcopy__
Lib/multiprocessing/managers.py:924–925 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
922
(type(self), self._token, self._serializer, kwds))
923
924
def
__deepcopy__(self, memo):
925
return
self._getvalue()
926
927
def
__repr__(self):
928
return
'<%s object, typeid %r at %#x>'
% \
Callers
nothing calls this directly
Calls
1
_getvalue
Method · 0.95
Tested by
no test coverage detected