MCPcopy Index your code
hub / github.com/python/cpython / NoSuchMailboxError

Class NoSuchMailboxError

Lib/mailbox.py:2214–2215  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2212 """Raised for module-specific errors."""
2213
2214class NoSuchMailboxError(Error):
2215 """The specified mailbox does not exist and won't be created."""
2216
2217class NotEmptyError(Error):
2218 """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

Used in the wild real call sites across dependent graphs

searching dependent graphs…