Home
last modified time | relevance | path

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

/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py115 multistore = multistore_file._MultiStore(filename)
129 multistore = multistore_file._MultiStore(filename)
158 multistore = multistore_file._MultiStore(FILENAME)
170 multistore = multistore_file._MultiStore(FILENAME)
332 multistore = multistore_file._MultiStore(FILENAME)
378 multistore = multistore_file._MultiStore(FILENAME)
/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py200 filename, _MultiStore(filename, warn_on_readonly=warn_on_readonly))
206 class _MultiStore(object): class