OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictionary_storage
(Results
1 - 3
of
3
) sorted by null
/external/python/oauth2client/tests/contrib/
test_dictionary_storage.py
15
"""Unit tests for oauth2client.contrib.
dictionary_storage
"""
21
from oauth2client.contrib import
dictionary_storage
45
storage =
dictionary_storage
.DictionaryStorage(dictionary, key)
54
storage =
dictionary_storage
.DictionaryStorage(dictionary, key)
57
storage =
dictionary_storage
.DictionaryStorage(
65
storage =
dictionary_storage
.DictionaryStorage(dictionary, key)
82
storage =
dictionary_storage
.DictionaryStorage(dictionary, key)
98
storage =
dictionary_storage
.DictionaryStorage(dictionary, key)
/external/python/oauth2client/oauth2client/contrib/django_util/
__init__.py
235
from oauth2client.contrib import
dictionary_storage
381
return
dictionary_storage
.DictionaryStorage(
/external/python/oauth2client/oauth2client/contrib/
flask_util.py
187
from oauth2client.contrib import
dictionary_storage
265
storage =
dictionary_storage
.DictionaryStorage(
Completed in 128 milliseconds