MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_dict_copy

Method test_dict_copy

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

Source from the content-addressed store, hash-verified

68 self._copy_test(obj)
69
70 def test_dict_copy(self):
71 obj = UserDict()
72 obj[123] = "abc"
73 self._copy_test(obj)
74
75 def test_dict_missing(self):
76 class A(UserDict):

Callers

nothing calls this directly

Calls 2

_copy_testMethod · 0.95
UserDictClass · 0.90

Tested by

no test coverage detected