Home
last modified time | relevance | path

Searched refs:FromResponse (Results 1 – 7 of 7) sorted by relevance

/external/python/apitools/apitools/base/py/
Dexceptions.py77 def FromResponse(cls, http_response): member in HttpError
151 def FromResponse(cls, http_response): member in RetryAfterError
Dhttp_wrapper.py218 raise exceptions.BadStatusCodeError.FromResponse(response)
220 raise exceptions.RetryAfterError.FromResponse(response)
Dbatch.py442 raise exceptions.HttpError.FromResponse(response)
487 exception = exceptions.HttpError.FromResponse(response)
Dtransfer.py320 raise exceptions.HttpError.FromResponse(response)
419 raise exceptions.HttpError.FromResponse(response)
817 raise exceptions.HttpError.FromResponse(refresh_response)
838 raise exceptions.HttpError.FromResponse(http_response)
942 raise exceptions.HttpError.FromResponse(response)
/external/python/apitools/apitools/scripts/
Doauth2l.py159 raise apitools_base.HttpError.FromResponse(response)
/external/python/oauth2client/oauth2client/
Dclient.py1741 def FromResponse(cls, response): member in DeviceFlowInfo
1953 return DeviceFlowInfo.FromResponse(flow_info)
/external/python/oauth2client/tests/
Dtest_client.py2318 result = client.DeviceFlowInfo.FromResponse(response)
2329 result = client.DeviceFlowInfo.FromResponse(response)
2340 client.DeviceFlowInfo.FromResponse(response)
2355 result = client.DeviceFlowInfo.FromResponse(response)