Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ iterkeys
Method
iterkeys
Lib/test/test_shelve.py:33–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
len(self.d)
32
33
def
iterkeys(self):
34
for
k in self.d.keys():
35
yield
k.encode(
"latin-1"
)
36
37
__iter__ = iterkeys
38
Callers
3
keys
Method · 0.95
test_filename_leading_dot
Method · 0.45
test_open_close_open
Method · 0.45
Calls
2
keys
Method · 0.45
encode
Method · 0.45
Tested by
no test coverage detected