Home
last modified time | relevance | path

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

/external/python/cpython3/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
/external/llvm-project/lldb/source/Interpreter/
DOptionValueDictionary.cpp22 const Type dict_type = ConvertTypeMaskToType(m_type_mask); in DumpValue() local
/external/python/cpython3/Lib/test/
Dtest_configparser.py42 dict_type = configparser._default_dict variable in CfgParserTestCaseClass
1409 dict_type = SortedDict variable in SortedTestCase
Dtest_weakref.py1184 def check_len_cycles(self, dict_type, cons): argument
1210 def check_len_race(self, dict_type, cons): argument
/external/python/cpython2/Lib/test/
Dtest_weakref.py937 def check_len_cycles(self, dict_type, cons): argument
968 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
/external/python/cpython3/Parser/pegen/
Dparse.c192 #define dict_type 1114 macro