MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_delitem

Method test_delitem

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected