Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py316 check_response_func=CheckResponse): argument
350 check_response_func=check_response_func)
364 check_response_func=CheckResponse): argument
406 check_response_func(response)
Dbase_api.py244 check_response_func=None, retry_func=None, argument
271 self.check_response_func = check_response_func
724 if self.__client.check_response_func:
725 opts['check_response_func'] = self.__client.check_response_func
Dbase_api_test.py182 client.check_response_func = check_response
Dtransfer.py1033 retries=self.num_retries, check_response_func=CheckResponse)