Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
45
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