Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/py/
Dtransfer_test.py99 bytes_http = object()
104 download.bytes_http = bytes_http
140 bytes_http = object()
146 download.bytes_http = bytes_http
169 bytes_http = object()
173 download.bytes_http = bytes_http
198 bytes_http = object()
203 download.bytes_http = bytes_http
510 bytes_http = httplib2.Http()
516 http=bytes_http)
[all …]
Dtransfer.py111 def bytes_http(self): member in _Transfer
114 @bytes_http.setter
115 def bytes_http(self, value): member in _Transfer
320 self.bytes_http or http, http_request)
414 self.bytes_http, request, retry_func=self.retry_func,
1032 self.bytes_http, request, retry_func=self.retry_func,
Dbase_api.py718 if upload and upload.bytes_http:
719 http = upload.bytes_http