Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/py/
Dtransfer.py51 SIMPLE_UPLOAD = 'simple' variable
700 if value not in (SIMPLE_UPLOAD, RESUMABLE_UPLOAD):
731 self.strategy = SIMPLE_UPLOAD
734 strategy = SIMPLE_UPLOAD
759 if self.strategy == SIMPLE_UPLOAD: