Searched refs:BaseException (Results 1 – 6 of 6) sorted by relevance
34 raise BaseException38 except BaseException:
11 BaseException
43 except BaseException:
299 MP_DEFINE_EXCEPTION(SystemExit, BaseException) in MP_DEFINE_EXCEPTION() argument300 MP_DEFINE_EXCEPTION(KeyboardInterrupt, BaseException) in MP_DEFINE_EXCEPTION()301 MP_DEFINE_EXCEPTION(GeneratorExit, BaseException) in MP_DEFINE_EXCEPTION()302 MP_DEFINE_EXCEPTION(Exception, BaseException) in MP_DEFINE_EXCEPTION()
17 except BaseException as er:
18 class CancelledError(BaseException):
Completed in 9 milliseconds