Home
last modified time | relevance | path

Searched defs:timeout_exception (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/timeout-decorator/timeout_decorator/
Dtimeout_decorator.py50 def timeout(seconds=None, use_signals=True, timeout_exception=TimeoutError, exception_message=None): argument
121 def __init__(self, function, timeout_exception, exception_message, limit): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dutils.py277 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument