Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py79 def _dict_to_tuple_key(dictionary): function
160 key = _dict_to_tuple_key(key_dict)
426 key = _dict_to_tuple_key(raw_key)
/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py65 tuple_key = multistore_file._dict_to_tuple_key(test_dict)