MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / stream

Method stream

googleapiclient/http.py:369–376  ·  view source on GitHub ↗

A stream interface to the data being uploaded. Returns: The returned value is an io.IOBase subclass that supports seek, i.e. seekable() returns True.

(self)

Source from the content-addressed store, hash-verified

367 return False
368
369 def stream(self):
370 """A stream interface to the data being uploaded.
371
372 Returns:
373 The returned value is an io.IOBase subclass that supports seek, i.e.
374 seekable() returns True.
375 """
376 raise NotImplementedError()
377
378 @util.positional(1)
379 def _to_json(self, strip=None):

Callers 1

next_chunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected