Home
last modified time | relevance | path

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

/external/python/google-api-python-client/tests/
Dtest_http.py1125 self.assertEquals("12", batch._header_to_id(batch._id_to_header("12")))
1129 self.assertRaises(BatchError, batch._header_to_id, "[foo+x]")
1130 self.assertRaises(BatchError, batch._header_to_id, "foo+1")
1131 self.assertRaises(BatchError, batch._header_to_id, "<foo>")
/external/python/google-api-python-client/googleapiclient/
Dhttp.py1246 def _header_to_id(self, header): member in BatchHttpRequest
1469 request_id = self._header_to_id(part["Content-ID"])
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt192 googleapiclient.http.BatchHttpRequest._header_to_id googleapiclient.http.BatchHttpRequest-class.htm…