HomeSort by relevance Sort by last modified time
    Searched full:_thread_local_settings (Results 1 - 1 of 1) sorted by null

  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
api_utils.py 60 _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)

Completed in 50 milliseconds