Searched refs:batch_uri (Results 1 – 2 of 2) sorted by relevance
1147 def __init__(self, callback=None, batch_uri=None): argument1158 if batch_uri is None:1159 batch_uri = _LEGACY_BATCH_URI1161 if batch_uri == _LEGACY_BATCH_URI:1171 self._batch_uri = batch_uri
1112 batch_uri = "%s%s" % (1131 return BatchHttpRequest(callback=callback, batch_uri=batch_uri)