Home
last modified time | relevance | path

Searched refs:ExitNow (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_asyncore.py50 raise asyncore.ExitNow()
110 # check that ExitNow exceptions in the object handler method
113 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1)
114 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1)
115 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
117 # check that an exception other than ExitNow in the object handler
184 # check that ExitNow exceptions in the object handler method
187 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
189 # check that an exception other than ExitNow in the object handler
/third_party/python/Lib/
H A Dasyncore.py81 class ExitNow(Exception): class
84 _reraised_exceptions = (ExitNow, KeyboardInterrupt, SystemExit)

Completed in 3 milliseconds