Searched refs:RetryOnException (Results 1 – 2 of 2) sorted by relevance
/tools/acloud/internal/lib/ | ||
D | utils_test.py | 60 @utils.RetryOnException(_IsValueError, num_retry) |
D | utils.py | 114 def RetryOnException(retry_checker, max_retries, sleep_multiplier=0, function |