Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_timeout.py14 from .._error import TimeoutError
47 raise TimeoutError(error_message)
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_error.py37 class TimeoutError(BaseError): class
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py18 from ..util._timeout import timeout, TimeoutError
369 except TimeoutError:
400 except TimeoutError: