MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __delitem__

Method __delitem__

tools/python-3.11.9-amd64/Lib/mailbox.py:50–51  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

48 raise NotImplementedError('Method must be implemented by subclass')
49
50 def __delitem__(self, key):
51 self.remove(key)
52
53 def discard(self, key):
54 """If the keyed message exists, remove it."""

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected