Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dapi_utils.py49 _RETRIABLE_EXCEPTIONS = (urlfetch.DownloadError, variable
261 except _RETRIABLE_EXCEPTIONS, e:
H A Drest_api.py187 except api_utils._RETRIABLE_EXCEPTIONS:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cloudstorage/cloudstorage/
H A Dapi_utils.py57 _RETRIABLE_EXCEPTIONS = (urlfetch.DownloadError, variable
123 retriable_exceptions=_RETRIABLE_EXCEPTIONS,
H A Drest_api.py188 retriable_exceptions=api_utils._RETRIABLE_EXCEPTIONS,