Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_util.py34 tuple_key = util.dict_to_tuple_key(d)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dmultistore_file.py141 key = util.dict_to_tuple_key(key_dict)
398 key = util.dict_to_tuple_key(raw_key)
Dutil.py166 def dict_to_tuple_key(dictionary): function