Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
Dconnection.py34 _session_token_cache = {} variable
116 token = _session_token_cache.get(token_key, None)
182 _session_token_cache[token_key] = token