Searched refs:_header_to_id (Results 1 – 3 of 3) sorted by relevance
1125 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>")
1246 def _header_to_id(self, header): member in BatchHttpRequest1469 request_id = self._header_to_id(part["Content-ID"])
192 googleapiclient.http.BatchHttpRequest._header_to_id googleapiclient.http.BatchHttpRequest-class.htm…