Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_notimplemented
Method · 0.95
Calls
1
remove
Method · 0.95
Tested by
1
test_notimplemented
Method · 0.76