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

Class NotEmptyError

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

The specified mailbox is not empty and deletion was requested.

Source from the content-addressed store, hash-verified

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."""
2147
2148class ExternalClashError(Error):
2149 """Another process caused an action to fail."""

Callers 2

remove_folderMethod · 0.85
remove_folderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected