Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Dapi_utils.py60 _thread_local_settings = threading.local() variable
61 _thread_local_settings.default_retry_params = None
66 _thread_local_settings.default_retry_params = copy.copy(retry_params)
75 default = getattr(_thread_local_settings, 'default_retry_params', None)