Home
last modified time | relevance | path

Searched refs:_IsFingerPrintError (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/internal/lib/
Dgcompute_client.py96 def _IsFingerPrintError(exc): function
481 @utils.RetryOnException(_IsFingerPrintError,
Dgcompute_client_test.py1434 @utils.RetryOnException(gcompute_client._IsFingerPrintError, 10)