Searched refs:_header_to_id (Results 1 – 3 of 3) sorted by relevance
1099 self.assertEquals('12', batch._header_to_id(batch._id_to_header('12')))1103 self.assertRaises(BatchError, batch._header_to_id, '[foo+x]')1104 self.assertRaises(BatchError, batch._header_to_id, 'foo+1')1105 self.assertRaises(BatchError, batch._header_to_id, '<foo>')
1188 def _header_to_id(self, header): member in BatchHttpRequest1404 request_id = self._header_to_id(part['Content-ID'])
171 googleapiclient.http.BatchHttpRequest._header_to_id googleapiclient.http.BatchHttpRequest-class.htm…