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