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

Class ExternalClashError

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

Another process caused an action to fail.

Source from the content-addressed store, hash-verified

2213 """The specified mailbox is not empty and deletion was requested."""
2214
2215class ExternalClashError(Error):
2216 """Another process caused an action to fail."""
2217
2218class FormatError(Error):
2219 """A file appears to have an invalid format."""

Callers 4

addMethod · 0.85
_create_tmpMethod · 0.85
flushMethod · 0.85
_lock_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected