Searched defs:dict_type (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Lib/ |
| D | plistlib.py | 174 def __init__(self, dict_type): argument 464 def __init__(self, dict_type): argument 865 def load(fp, *, fmt=None, dict_type=dict): argument 887 def loads(value, *, fmt=None, dict_type=dict): argument
|
| D | configparser.py | 611 def __init__(self, defaults=None, dict_type=_default_dict, argument
|
| /third_party/python/Lib/test/ |
| D | test_configparser.py | 43 dict_type = configparser._default_dict variable in CfgParserTestCaseClass 1427 dict_type = SortedDict variable in SortedTestCase
|
| D | test_weakref.py | 1216 def check_len_cycles(self, dict_type, cons): argument 1242 def check_len_race(self, dict_type, cons): argument
|
| /third_party/python/Parser/ |
| D | parser.c | 231 #define dict_type 1151 macro
|