Searched refs:exception_tuple (Results 1 – 3 of 3) sorted by relevance
197 exception_tuple = () if raiselist is None else tuple(raiselist)229 except exception_tuple:
164 exception_tuple = parse_exception(value)165 if exception_tuple:166 keyword, reason = exception_tuple
35 def retry_goofy_rpc(exception_tuple, timeout_min=30): argument65 @retry.retry(exception_tuple, timeout_min=timeout_min)