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

Method test_items

Lib/test/test_mailbox.py:334–336  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

332 do_values=True)
333
334 def test_items(self):
335 # Get keys and values using items()
336 self._check_iteration(self._box.items, do_keys=True, do_values=True)
337
338 def _check_iteration(self, method, do_keys, do_values, repetitions=10):
339 for value in method():

Callers

nothing calls this directly

Calls 1

_check_iterationMethod · 0.95

Tested by

no test coverage detected