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

Class NoSuchMailboxError

tools/python-3.11.9-amd64/Lib/mailbox.py:2142–2143  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2140 """Raised for module-specific errors."""
2141
2142class NoSuchMailboxError(Error):
2143 """The specified mailbox does not exist and won't be created."""
2144
2145class NotEmptyError(Error):
2146 """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