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

Method chunksize

googleapiclient/http.py:312–318  ·  view source on GitHub ↗

Chunk size for resumable uploads. Returns: Chunk size in bytes.

(self)

Source from the content-addressed store, hash-verified

310 """
311
312 def chunksize(self):
313 """Chunk size for resumable uploads.
314
315 Returns:
316 Chunk size in bytes.
317 """
318 raise NotImplementedError()
319
320 def mimetype(self):
321 """Mime type of the body.

Callers 1

next_chunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected