Home
last modified time | relevance | path

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

/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt251 googleapiclient.http._StreamSlice googleapiclient.http._StreamSlice-class.html
252 googleapiclient.http._StreamSlice.read googleapiclient.http._StreamSlice-class.html#read
253 googleapiclient.http._StreamSlice.__init__ googleapiclient.http._StreamSlice-class.html#__init__
/external/python/google-api-python-client/tests/
Dtest_http.py58 from googleapiclient.http import _StreamSlice
1481 s = _StreamSlice(self.stream, 0, 4)
1487 s = _StreamSlice(self.stream, 1, 4)
1491 s = _StreamSlice(self.stream, 2, 1)
/external/python/google-api-python-client/googleapiclient/
Dhttp.py708 class _StreamSlice(object): class
950 data = _StreamSlice(data, self.resumable_progress,