OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:api_utils
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
__init__.py
20
from .
api_utils
import RetryParams
21
from .
api_utils
import set_default_retry_params
rest_api.py
26
from . import
api_utils
namespace
126
retry_params: An instance of
api_utils
.RetryParams. If None, the
136
retry_params =
api_utils
._get_default_retry_params()
176
retry_wrapper =
api_utils
._RetryWrapper(
178
retriable_exceptions=
api_utils
._RETRIABLE_EXCEPTIONS,
179
should_retry=
api_utils
._should_retry)
cloudstorage_api.py
33
from . import
api_utils
namespace
66
retry_params: An instance of
api_utils
.RetryParams for subsequent calls
83
filename =
api_utils
._quote_filename(filename)
104
retry_params: An
api_utils
.RetryParams for this call to GCS. If None,
114
filename =
api_utils
._quote_filename(filename)
125
retry_params: An
api_utils
.RetryParams for this call to GCS. If None,
140
api_utils
._quote_filename(filename))
164
retry_params: An
api_utils
.RetryParams for this call to GCS. If None,
184
api_utils
._quote_filename(dst), headers=metadata)
219
retry_params: An
api_utils
.RetryParams for this call to GCS. If None
[
all
...]
storage_api.py
29
from . import
api_utils
namespace
47
retry_params: An instance of
api_utils
.RetryParams. If none,
112
@
api_utils
._eager_tasklet
199
self.name =
api_utils
._unquote_filename(path)
254
self.name =
api_utils
._unquote_filename(self._path)
647
self.name =
api_utils
._unquote_filename(path)
704
self.name =
api_utils
._unquote_filename(self._path)
Completed in 360 milliseconds