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

Class ExternalClashError

Lib/mailbox.py:2220–2221  ·  view source on GitHub ↗

Another process caused an action to fail.

Source from the content-addressed store, hash-verified

2218 """The specified mailbox is not empty and deletion was requested."""
2219
2220class ExternalClashError(Error):
2221 """Another process caused an action to fail."""
2222
2223class FormatError(Error):
2224 """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

Used in the wild real call sites across dependent graphs

searching dependent graphs…