Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/test/test_dict.py:1424–1425 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1422
1423
class
CustomReversedDict(dict):
1424
def
keys(self):
1425
return
reversed(list(dict.keys(self)))
1426
1427
__iter__ = keys
1428
Callers
nothing calls this directly
Calls
2
list
Class · 0.85
keys
Method · 0.45
Tested by
no test coverage detected