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

Method __delitem__

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 1

test_notimplementedMethod · 0.95

Calls 1

removeMethod · 0.95

Tested by 1

test_notimplementedMethod · 0.76