Home
last modified time | relevance | path

Searched refs:ExceptionKind (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py134 ExceptionKind = TypeVar('ExceptionKind', bound=Exception) variable
H A Dqueue_main.py33 …llelPool.ErrorQueueType, file_queue: ParallelPool.CommandQueueType, base_e: ExceptionKind) -> None: argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_utility.py22 def traceback_format_exception(exc: ExceptionKind) -> list[str]: argument