Home
last modified time | relevance | path

Searched refs:NotEmptyError (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dmailbox.py450 raise NotEmptyError('Folder contains message(s): %s' % folder)
454 raise NotEmptyError("Folder contains subdirectory '%s': %s" %
1129 raise NotEmptyError('Folder not empty: %s' % self._path)
2233 class NotEmptyError(Error): class
/external/python/cpython3/Lib/
Dmailbox.py467 raise NotEmptyError('Folder contains message(s): %s' % folder)
471 raise NotEmptyError("Folder contains subdirectory '%s': %s" %
1143 raise NotEmptyError('Folder not empty: %s' % self._path)
2144 class NotEmptyError(Error): class
/external/python/cpython3/Doc/library/
Dmailbox.rst376 messages, a :exc:`NotEmptyError` exception will be raised and the folder
548 messages, a :exc:`NotEmptyError` exception will be raised and the folder
1503 .. exception:: NotEmptyError()
/external/python/cpython2/Doc/library/
Dmailbox.rst356 messages, a :exc:`NotEmptyError` exception will be raised and the folder
534 messages, a :exc:`NotEmptyError` exception will be raised and the folder
1487 .. exception:: NotEmptyError()