Searched refs:ExitNow (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_asyncore.py | 44 raise asyncore.ExitNow() 97 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1) 98 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1) 99 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1) 171 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | asyncore.py | 76 class ExitNow(Exception): class 79 _reraised_exceptions = (ExitNow, KeyboardInterrupt, SystemExit)
|