Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_typing.py4058 class FinalException(Exception): class
4065 raise FinalException(base)
4069 with self.assertRaises(FinalException):
4072 with self.assertRaises(FinalException):

Completed in 12 milliseconds