Searched refs:multistore (Results 1 – 1 of 1) sorted by relevance
140 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 multistore215 def __init__(self, multistore, key): argument216 self._multistore = multistore