Searched refs:AwaitException (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_asyncgen.py | 16 class AwaitException(Exception): class 34 fut = coro.throw(AwaitException) 227 with self.assertRaises(AwaitException): |
Completed in 3 milliseconds