Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/test/test_builtin.py:834–835 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
832
return
12
833
return
dict.__getitem__(self, key)
834
def
keys(self):
835
return
list(
'xyz'
)
836
837
d = D()
838
self.assertEqual(eval(
'a'
, g, d), 12)
Callers
3
test_multiple_inheritance
Method · 0.95
test_missing
Method · 0.95
test_missing
Method · 0.95
Calls
1
list
Class · 0.85
Tested by
no test coverage detected