Searched refs:RetryExceptionType (Results 1 – 6 of 6) sorted by relevance
/tools/acloud/internal/lib/ |
D | utils_test.py | 218 utils.RetryExceptionType, (KeyError, ValueError), 238 utils.RetryExceptionType, (ValueError, KeyError),
|
D | gstorage_client.py | 157 item = utils.RetryExceptionType(
|
D | base_cloud_client.py | 84 return utils.RetryExceptionType(
|
D | utils.py | 225 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): function
|
/tools/acloud/create/ |
D | local_image_remote_instance.py | 118 return utils.RetryExceptionType(
|
/tools/tradefederation/core/tests/res/testtype/ |
D | python_output2.txt | 161 Test RetryExceptionType function. ... ok
|