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

Method test_delitem

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

Source from the content-addressed store, hash-verified

196 self._test_remove_or_delitem(self._box.remove)
197
198 def test_delitem(self):
199 # Remove messages using __delitem__()
200 self._test_remove_or_delitem(self._box.__delitem__)
201
202 def _test_remove_or_delitem(self, method):
203 # (Used by test_remove() and test_delitem().)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected