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

Method test_itervalues

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

Source from the content-addressed store, hash-verified

313 self._check_iteration(self._box.keys, do_keys=True, do_values=False)
314
315 def test_itervalues(self):
316 # Get values using itervalues()
317 self._check_iteration(self._box.itervalues, do_keys=False,
318 do_values=True)
319
320 def test_iter(self):
321 # Get values using __iter__()

Callers

nothing calls this directly

Calls 1

_check_iterationMethod · 0.95

Tested by

no test coverage detected