Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dutils_test.py77 self.assertRaises(ValueError, utils.RetryExceptionType,
91 self.assertRaises(ValueError, utils.RetryExceptionType,
Dgstorage_client.py160 item = utils.RetryExceptionType(
Dbase_cloud_client.py85 return utils.RetryExceptionType(
Dutils.py187 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): function