Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dplistlib.py165 def __init__(self, dict_type): argument
455 def __init__(self, dict_type): argument
856 def load(fp, *, fmt=None, dict_type=dict): argument
878 def loads(value, *, fmt=None, dict_type=dict): argument
Dconfigparser.py601 def __init__(self, defaults=None, dict_type=_default_dict, argument
/third_party/python/Lib/test/
Dtest_configparser.py43 dict_type = configparser._default_dict variable in CfgParserTestCaseClass
1417 dict_type = SortedDict variable in SortedTestCase
Dtest_weakref.py1232 def check_len_cycles(self, dict_type, cons): argument
1258 def check_len_race(self, dict_type, cons): argument
/third_party/python/Parser/
Dparser.c227 #define dict_type 1151 macro