Searched defs:BaseException (Results 1 – 4 of 4) sorted by relevance
95 exc_type: Optional[Type[BaseException]],96 exc_val: Optional[BaseException],
175 def _is_base_error(self, exc: BaseException) -> bool:
77 exc_value: BaseException, tb: t.Optional[TracebackType], filename: str, lineno: int
71 BaseException, enumerator