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

Method test_iteritems

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

Source from the content-addressed store, hash-verified

327 self._check_iteration(self._box.values, do_keys=False, do_values=True)
328
329 def test_iteritems(self):
330 # Get keys and values using iteritems()
331 self._check_iteration(self._box.iteritems, do_keys=True,
332 do_values=True)
333
334 def test_items(self):
335 # Get keys and values using items()

Callers

nothing calls this directly

Calls 1

_check_iterationMethod · 0.95

Tested by

no test coverage detected