MCPcopy Index your code
hub / github.com/python/cpython / test_list_copy

Method test_list_copy

Lib/test/test_collections.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self._superset_test(UserDict, dict)
65
66 def test_list_copy(self):
67 obj = UserList()
68 obj.append(123)
69 self._copy_test(obj)
70
71 def test_dict_copy(self):
72 obj = UserDict()

Callers

nothing calls this directly

Calls 3

appendMethod · 0.95
_copy_testMethod · 0.95
UserListClass · 0.90

Tested by

no test coverage detected