HomeSort by relevance Sort by last modified time
    Searched refs:RetryParams (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
__init__.py 20 from .api_utils import RetryParams
api_utils.py 20 'RetryParams',
57 """Set a default RetryParams for current thread current request."""
62 """Get default RetryParams for current request and current thread.
65 A new instance of the default RetryParams.
69 return RetryParams()
107 class RetryParams(object):
232 retry_params: an instance of RetryParams.
234 it precedes the one in RetryParams. If none is specified, it's up to

Completed in 157 milliseconds