Home
last modified time | relevance | path

Searched refs:exception_types (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/internal/lib/
Dbase_cloud_client.py85 exception_types=cls.RETRIABLE_AUTH_ERRORS,
Dutils.py225 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument
239 return Retry(lambda e: isinstance(e, exception_types), max_retries,
/tools/acloud/create/
Dlocal_image_remote_instance.py119 exception_types=subprocess.CalledProcessError,