Searched refs:batch_uri (Results 1 – 2 of 2) sorted by relevance
1089 def __init__(self, callback=None, batch_uri=None): argument1100 if batch_uri is None:1101 batch_uri = _LEGACY_BATCH_URI1103 if batch_uri == _LEGACY_BATCH_URI:1112 self._batch_uri = batch_uri
1070 batch_uri = '%s%s' % (1086 return BatchHttpRequest(callback=callback, batch_uri=batch_uri)