Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ keys
Method
keys
Lib/test/test_ordered_dict.py:117–119 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
115
calls = []
116
class
Spam:
117
def
keys(self):
118
calls.append(
'keys'
)
119
return
()
120
def
items(self):
121
calls.append(
'items'
)
122
return
()
Callers
3
test_pickle_recursive
Method · 0.45
test_views
Method · 0.45
test_free_after_iterating
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected