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

Method test_iterkeys

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

Source from the content-addressed store, hash-verified

305 f.close()
306
307 def test_iterkeys(self):
308 # Get keys using iterkeys()
309 self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False)
310
311 def test_keys(self):
312 # Get keys using keys()

Callers

nothing calls this directly

Calls 1

_check_iterationMethod · 0.95

Tested by

no test coverage detected