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

Method copy

Lib/test/test_shelve.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 return list(self.iterkeys())
40
41 def copy(self):
42 return byteskeydict(self.d)
43
44
45class TestCase(unittest.TestCase):

Callers 15

test_copyMethod · 0.45
test_copyMethod · 0.45
test_copyMethod · 0.45
test_copyMethod · 0.45
test_copyMethod · 0.45
test_copy_basicMethod · 0.45
test_copy_copyMethod · 0.45
test_copy_registryMethod · 0.45
test_copy_reduce_exMethod · 0.45
test_copy_reduceMethod · 0.45
test_copy_atomicMethod · 0.45
test_copy_listMethod · 0.45

Calls 1

byteskeydictClass · 0.85

Tested by

no test coverage detected