Home
last modified time | relevance | path

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

/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt207 googleapiclient.http.MediaInMemoryUpload googleapiclient.http.MediaInMemoryUpload-class.html
211 googleapiclient.http.MediaInMemoryUpload.__init__ googleapiclient.http.MediaInMemoryUpload-class.ht…
/external/python/google-api-python-client/googleapiclient/
Dhttp.py580 class MediaInMemoryUpload(MediaIoBaseUpload): class
605 super(MediaInMemoryUpload, self).__init__(fd, mimetype, chunksize=chunksize,
/external/python/google-api-python-client/tests/
Dtest_http.py54 from googleapiclient.http import MediaInMemoryUpload
243 media = MediaInMemoryUpload(b'abcdef', mimetype='text/plain', chunksize=10,