Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ test_copy_weakref
Method
test_copy_weakref
Lib/test/test_copy.py:819–820 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
817
self.assertIs(y, x)
818
819
def
test_copy_weakref(self):
820
self._check_weakref(copy.copy)
821
822
def
test_deepcopy_weakref(self):
823
self._check_weakref(copy.deepcopy)
Callers
nothing calls this directly
Calls
1
_check_weakref
Method · 0.95
Tested by
no test coverage detected