Home
last modified time | relevance | path

Searched refs:batch_url (Results 1 – 2 of 2) sorted by relevance

/external/python/apitools/apitools/base/py/
Dbatch.py143 def __init__(self, batch_url=None, retryable_codes=None): argument
152 self.batch_url = batch_url or 'https://www.googleapis.com/batch'
215 batch_url=self.batch_url,
243 def __init__(self, batch_url, callback=None): argument
256 self.__batch_url = batch_url
Dbatch_test.py105 batch_api_request = batch.BatchApiRequest(batch_url=desired_url,
165 batch_api_request = batch.BatchApiRequest(batch_url=desired_url)
240 batch_api_request = batch.BatchApiRequest(batch_url=desired_url)
276 batch_api_request = batch.BatchApiRequest(batch_url=desired_url)
338 batch_api_request = batch.BatchApiRequest(batch_url=desired_url)