Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/test/mapping_tests.py:225–226 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
223
def
__init__(self):
224
self.d = outerself.reference
225
def
keys(self):
226
return
self.d.keys()
227
def
__getitem__(self, i):
228
return
self.d[i]
229
d.clear()
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected