Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dqueue_main.py18 from .util._utility import traceback_format_exception
36 exception_trace = ''.join(traceback_format_exception(base_e))
45 send_exception_trace = ''.join(traceback_format_exception(send_e))
H A Dtest_main.py16 from .util._utility import traceback_format_exception
166 exception = ''.join(traceback_format_exception(exc))
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_utility.py22 def traceback_format_exception(exc: ExceptionKind) -> list[str]: function