Searched refs:RETRY_HTTP_CODES (Results 1 – 2 of 2) sorted by relevance
51 RETRY_HTTP_CODES = [ variable in BaseCloudApiClient188 retry_http_codes = (self.RETRY_HTTP_CODES if retry_http_codes is None277 retry_http_codes=retry_http_codes or self.RETRY_HTTP_CODES,
1033 retry_http_codes = copy.copy(self.RETRY_HTTP_CODES)