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

Class NoSuchMailboxError

Lib/mailbox.py:2209–2210  ·  view source on GitHub ↗

The specified mailbox does not exist and won't be created.

Source from the content-addressed store, hash-verified

2207 """Raised for module-specific errors."""
2208
2209class NoSuchMailboxError(Error):
2210 """The specified mailbox does not exist and won't be created."""
2211
2212class NotEmptyError(Error):
2213 """The specified mailbox is not empty and deletion was requested."""

Callers 3

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected