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

Method test_values

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

Source from the content-addressed store, hash-verified

323 do_values=True)
324
325 def test_values(self):
326 # Get values using values()
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()

Callers

nothing calls this directly

Calls 1

_check_iterationMethod · 0.95

Tested by

no test coverage detected