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

Method test_remove

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

Source from the content-addressed store, hash-verified

191 self.assertMailboxEmpty()
192
193 def test_remove(self):
194 # Remove messages using remove()
195 self._test_remove_or_delitem(self._box.remove)
196
197 def test_delitem(self):
198 # Remove messages using __delitem__()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected