Home
last modified time | relevance | path

Searched defs:dict_type (Results 1 – 3 of 3) sorted by relevance

/external/devlib/devlib/utils/
Dmisc.py235 dict_type=dict, should_normalize=True, should_merge_lists=True): argument
298 def _merge_two_lists(base, other, duplicates='all', dict_type=dict): # pylint: disable=R0912 argument
366 def normalize(value, dict_type=dict): argument
/external/python/cpython2/Lib/test/
Dtest_weakref.py909 def check_len_cycles(self, dict_type, cons): argument
940 def check_len_race(self, dict_type, cons): argument
/external/python/cpython2/Lib/
DConfigParser.py232 def __init__(self, defaults=None, dict_type=_default_dict, argument