Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dmultistore_file.py140 multistore = _get_multistore(filename, warn_on_readonly=warn_on_readonly)
142 return multistore._get_storage(key)
158 multistore = _get_multistore(filename, warn_on_readonly=warn_on_readonly)
159 multistore._lock()
161 return multistore._get_all_credential_keys()
163 multistore._unlock()
180 multistore = _multistores.setdefault(
184 return multistore
215 def __init__(self, multistore, key): argument
216 self._multistore = multistore