Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dretry.py197 exception_tuple = () if blacklist is None else tuple(blacklist)
229 except exception_tuple:
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py146 exception_tuple = parse_exception(value)
147 if exception_tuple:
148 keyword, reason = exception_tuple
/external/autotest/server/cros/
Dgoofy_client.py34 def retry_goofy_rpc(exception_tuple, timeout_min=30): argument
64 @retry.retry(exception_tuple, timeout_min=timeout_min)