Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_deepcopy_weakref
Method
test_deepcopy_weakref
Lib/test/test_copy.py:852–853 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
850
self._check_weakref(copy.copy)
851
852
def
test_deepcopy_weakref(self):
853
self._check_weakref(copy.deepcopy)
854
855
def
_check_copy_weakdict(self, _dicttype):
856
class
C(object):
Callers
nothing calls this directly
Calls
1
_check_weakref
Method · 0.95
Tested by
no test coverage detected