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

Class NotEmptyError

Lib/mailbox.py:2217–2218  ·  view source on GitHub ↗

The specified mailbox is not empty and deletion was requested.

Source from the content-addressed store, hash-verified

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."""
2219
2220class ExternalClashError(Error):
2221 """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

Used in the wild real call sites across dependent graphs

searching dependent graphs…