Home
last modified time | relevance | path

Searched refs:RetryOnException (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/internal/lib/
Dutils_test.py207 @utils.RetryOnException(_IsValueError, num_retry)
Dutils.py176 def RetryOnException(retry_checker, function
Dgcompute_client.py482 @utils.RetryOnException(_IsFingerPrintError,
Dgcompute_client_test.py1434 @utils.RetryOnException(gcompute_client._IsFingerPrintError, 10)