Home
last modified time | relevance | path

Searched refs:new_batch_http_request (Results 1 – 3 of 3) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py1072 def new_batch_http_request(callback=None): function
1087 self._set_dynamic_attr('new_batch_http_request', new_batch_http_request)
/external/python/google-api-python-client/tests/
Dtest_discovery.py745 batch_request = zoo.new_batch_http_request()
753 batch_request = plus.new_batch_http_request()
/external/python/google-api-python-client/
DCHANGELOG249 Add the googleapiclient.discovery.Resource.new_batch_http_request method.