Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_list_copy
Method
test_list_copy
Lib/test/test_collections.py:65–68 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
self._superset_test(UserDict, dict)
64
65
def
test_list_copy(self):
66
obj = UserList()
67
obj.append(123)
68
self._copy_test(obj)
69
70
def
test_dict_copy(self):
71
obj = UserDict()
Callers
nothing calls this directly
Calls
3
append
Method · 0.95
_copy_test
Method · 0.95
UserList
Class · 0.90
Tested by
no test coverage detected