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

Method test_iter

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

Source from the content-addressed store, hash-verified

318 do_values=True)
319
320 def test_iter(self):
321 # Get values using __iter__()
322 self._check_iteration(self._box.__iter__, do_keys=False,
323 do_values=True)
324
325 def test_values(self):
326 # Get values using values()

Callers

nothing calls this directly

Calls 1

_check_iterationMethod · 0.95

Tested by

no test coverage detected