Searched refs:BaseException (Results 1 – 6 of 6) sorted by relevance
25 except BaseException as e:30 except BaseException as e:
117 exc_type: Optional[Type[BaseException]], argument118 exc_val: Optional[BaseException], argument
176 def exception_summary(exc: BaseException) -> str: argument
277 except BaseException as err:313 except BaseException as err:
426 except BaseException as err:787 except BaseException as err:875 except BaseException as err:
199 exc_type: Optional[Type[BaseException]], argument200 exc_val: Optional[BaseException], argument449 except BaseException as exc: