Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client.py83 def _IsFingerPrintError(exc): function
403 @utils.RetryOnException(_IsFingerPrintError,
Dgcompute_client_test.py1308 @utils.RetryOnException(gcompute_client._IsFingerPrintError, 10)