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

Method size

googleapiclient/http.py:328–334  ·  view source on GitHub ↗

Size of upload. Returns: Size of the body, or None of the size is unknown.

(self)

Source from the content-addressed store, hash-verified

326 return "application/octet-stream"
327
328 def size(self):
329 """Size of upload.
330
331 Returns:
332 Size of the body, or None of the size is unknown.
333 """
334 return None
335
336 def resumable(self):
337 """Whether this upload is resumable.

Callers 4

next_chunkMethod · 0.45
_process_responseMethod · 0.45
methodFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected