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

Method test_keys

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

Source from the content-addressed store, hash-verified

309 self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False)
310
311 def test_keys(self):
312 # Get keys using keys()
313 self._check_iteration(self._box.keys, do_keys=True, do_values=False)
314
315 def test_itervalues(self):
316 # Get values using itervalues()

Callers

nothing calls this directly

Calls 1

_check_iterationMethod · 0.95

Tested by

no test coverage detected