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

Class NotEmptyError

Lib/mailbox.py:2212–2213  ·  view source on GitHub ↗

The specified mailbox is not empty and deletion was requested.

Source from the content-addressed store, hash-verified

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."""
2214
2215class ExternalClashError(Error):
2216 """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