MCPcopy 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_recursiveMethod · 0.45
test_viewsMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected