Searched refs:ExceptionKind (Results 1 – 3 of 3) sorted by relevance
134 ExceptionKind = TypeVar('ExceptionKind', bound=Exception) variable
33 …llelPool.ErrorQueueType, file_queue: ParallelPool.CommandQueueType, base_e: ExceptionKind) -> None: argument
22 def traceback_format_exception(exc: ExceptionKind) -> list[str]: argument