Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/test/test_shelve.py:39–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
__iter__ = iterkeys
38
39
def
keys(self):
40
return
list(self.iterkeys())
41
42
def
copy(self):
43
return
byteskeydict(self.d)
Callers
15
test_complex_comprehension_inlining_exec
Method · 0.45
test_deepcopy_frozendict
Method · 0.45
__init__
Method · 0.45
test_format_optdict
Method · 0.45
test_format_mapdict
Method · 0.45
reconfigure
Method · 0.45
process_event
Method · 0.45
test_iterator_usage
Method · 0.45
test_keys
Method · 0.45
test_empty_value
Method · 0.45
test_context_manager
Method · 0.45
test_bytes
Method · 0.45
Calls
2
iterkeys
Method · 0.95
list
Class · 0.85
Tested by
no test coverage detected