MCPcopy Index your code
hub / github.com/python/cpython / items

Method items

Lib/test/test_ordered_dict.py:120–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 calls.append('keys')
119 return ()
120 def items(self):
121 calls.append('items')
122 return ()
123
124 self.OrderedDict(Spam())
125 self.assertEqual(calls, ['keys'])

Callers 7

test_initMethod · 0.45
test_fromkeysMethod · 0.45
checkMethod · 0.45
test_viewsMethod · 0.45
test_override_updateMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected