Searched defs:dict_type (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython3/Lib/ |
| D | plistlib.py | 165 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
|
| D | configparser.py | 601 def __init__(self, defaults=None, dict_type=_default_dict, argument
|
| /external/python/cpython3/Lib/test/ |
| D | test_configparser.py | 43 dict_type = configparser._default_dict variable in CfgParserTestCaseClass 1417 dict_type = SortedDict variable in SortedTestCase
|
| D | test_weakref.py | 1232 def check_len_cycles(self, dict_type, cons): argument 1258 def check_len_race(self, dict_type, cons): argument
|
| /external/python/cpython2/Lib/test/ |
| D | test_weakref.py | 937 def check_len_cycles(self, dict_type, cons): argument 968 def check_len_race(self, dict_type, cons): argument
|
| /external/python/cpython2/Lib/ |
| D | ConfigParser.py | 232 def __init__(self, defaults=None, dict_type=_default_dict, argument
|
| /external/python/cpython3/Parser/ |
| D | parser.c | 227 #define dict_type 1151 macro
|