Home
last modified time | relevance | path

Searched refs:NotEmptyError (Results 1 – 2 of 2) 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/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()