Home
last modified time | relevance | path

Searched refs:FancyExit (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_runners.py151 class FancyExit(Exception): class
174 raise FancyExit
176 with self.assertRaises(FancyExit):