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

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dmailbox.py444 raise NotEmptyError('Folder contains message(s): %s' % folder)
448 raise NotEmptyError("Folder contains subdirectory '%s': %s" %
1119 raise NotEmptyError('Folder not empty: %s' % self._path)
2223 class NotEmptyError(Error): class in inherits:Error
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dmailbox.py444 raise NotEmptyError('Folder contains message(s): %s' % folder)
448 raise NotEmptyError("Folder contains subdirectory '%s': %s" %
1119 raise NotEmptyError('Folder not empty: %s' % self._path)
2223 class NotEmptyError(Error): class in inherits:Error
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmailbox.py444 raise NotEmptyError('Folder contains message(s): %s' % folder)
448 raise NotEmptyError("Folder contains subdirectory '%s': %s" %
1119 raise NotEmptyError('Folder not empty: %s' % self._path)
2223 class NotEmptyError(Error): class in inherits:Error
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmailbox.py444 raise NotEmptyError('Folder contains message(s): %s' % folder)
448 raise NotEmptyError("Folder contains subdirectory '%s': %s" %
1119 raise NotEmptyError('Folder not empty: %s' % self._path)
2223 class NotEmptyError(Error): class in inherits:Error

Completed in 178 milliseconds