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.py1099 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>')
/external/python/google-api-python-client/googleapiclient/
Dhttp.py1188 def _header_to_id(self, header): member in BatchHttpRequest
1404 request_id = self._header_to_id(part['Content-ID'])
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt171 googleapiclient.http.BatchHttpRequest._header_to_id googleapiclient.http.BatchHttpRequest-class.htm…