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

Method copy

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

Source from the content-addressed store, hash-verified

40 return list(self.iterkeys())
41
42 def copy(self):
43 return byteskeydict(self.d)
44
45
46class 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