Home
last modified time | relevance | path

Searched refs:ExternalClashError (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dmailbox.py302 raise ExternalClashError('Name clash with existing message: %s'
498 raise ExternalClashError('Name clash prevented file creation: %s' %
660 raise ExternalClashError('Size of mailbox file changed '
1980 raise ExternalClashError('lockf: lock unavailable: %s' %
2005 raise ExternalClashError('dot lock unavailable: %s' %
2236 class ExternalClashError(Error): class
/external/python/cpython2/Doc/library/
Dmailbox.rst259 know not to modify it. An :exc:`ExternalClashError` is raised if the lock
1493 .. exception:: ExternalClashError()
/external/python/cpython2/Lib/test/
Dtest_mailbox.py961 self.assertRaises(mailbox.ExternalClashError,