Searched defs:BaseException (Results 1 – 5 of 5) sorted by relevance
452 class BaseException { class456 BaseException() {}; in BaseException() function in test17::BaseException
188 def _handle_exception(self, e: BaseException) -> None:
599 exc_type: Optional[Type[BaseException]],600 exc_val: Optional[BaseException],
4979 def __exit__(self, exc_type: Optional[Type[BaseException]],4980 exc_val: Optional[BaseException],5449 def __exit__(self, exc_type: Optional[Type[BaseException]],5450 exc_val: Optional[BaseException],
85 BaseException = Exception variable