Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
46
class
TestCase(unittest.TestCase):
Callers
15
test_copy
Method · 0.45
test_copy
Method · 0.45
test_copy
Method · 0.45
test_copy
Method · 0.45
test_copy
Method · 0.45
test_copy_basic
Method · 0.45
test_copy_copy
Method · 0.45
test_copy_registry
Method · 0.45
test_copy_reduce_ex
Method · 0.45
test_copy_reduce
Method · 0.45
test_copy_atomic
Method · 0.45
test_copy_list
Method · 0.45
Calls
1
byteskeydict
Class · 0.85
Tested by
no test coverage detected