Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ keys
Method
keys
Lib/test/test_shelve.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
__iter__ = iterkeys
37
38
def
keys(self):
39
return
list(self.iterkeys())
40
41
def
copy(self):
42
return
byteskeydict(self.d)
Callers
15
test_complex_comprehension_inlining_exec
Method · 0.45
__init__
Method · 0.45
process_event
Method · 0.45
test_iterator_usage
Method · 0.45
test_constructors_not_callable
Method · 0.45
test_dict_keys
Method · 0.45
test_dict_mixed_keys_items
Method · 0.45
test_dict_repr
Method · 0.45
test_keys_set_operations
Method · 0.45
test_set_operations_with_iterator
Method · 0.45
test_set_operations_with_noniterable
Method · 0.45
test_copy
Method · 0.45
Calls
2
iterkeys
Method · 0.95
list
Class · 0.85
Tested by
no test coverage detected