Searched defs:BaseException (Results 1 – 3 of 3) sorted by relevance
104 def exception_summary(exc: BaseException) -> str:
121 exc_type: Optional[Type[BaseException]],122 exc_val: Optional[BaseException],
199 exc_type: Optional[Type[BaseException]],200 exc_val: Optional[BaseException],