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.txt272 googleapiclient.http._StreamSlice googleapiclient.http._StreamSlice-class.html
273 googleapiclient.http._StreamSlice.read googleapiclient.http._StreamSlice-class.html#read
274 googleapiclient.http._StreamSlice.__init__ googleapiclient.http._StreamSlice-class.html#__init__
/external/python/google-api-python-client/tests/
Dtest_http.py59 from googleapiclient.http import _StreamSlice
1567 s = _StreamSlice(self.stream, 0, 4)
1573 s = _StreamSlice(self.stream, 1, 4)
1577 s = _StreamSlice(self.stream, 2, 1)
/external/python/google-api-python-client/googleapiclient/
Dhttp.py743 class _StreamSlice(object): class
1001 data = _StreamSlice(