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:422–423 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
420
def
__init__(self):
421
self.d = {1:1, 2:2, 3:3}
422
def
keys(self):
423
return
self.d.keys()
424
def
__getitem__(self, i):
425
return
self.d[i]
426
d.clear()
Callers
8
test_read
Method · 0.45
test_keys
Method · 0.45
test_getitem
Method · 0.45
test_get
Method · 0.45
test_write
Method · 0.45
keys
Method · 0.45
test_pop
Method · 0.45
test_keys
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected