Searched refs:PyMap_Type (Results 1 – 7 of 7) sorted by relevance
8 PyAPI_DATA(PyTypeObject) PyMap_Type;
1221 if (type == &PyMap_Type && !_PyArg_NoKeywords("map", kwds)) in map_new()1263 if (tp == &PyMap_Type && !_PyArg_NoKwnames("map", kwnames)) { in map_vectorcall()1390 PyTypeObject PyMap_Type = { variable2982 PyType_Ready(&PyMap_Type) < 0 || in _PyBuiltin_Init()3027 SETBUILTIN("map", &PyMap_Type); in _PyBuiltin_Init()
360 var,PyMap_Type,3.2,
1543 …<elf-symbol name='PyMap_Type' size='408' type='object-type' binding='global-binding' visibility='d…12235 …PyMap_Type' type-id='type-id-149' mangled-name='PyMap_Type' visibility='default' filepath='./Inclu…
832 EXPORT_DATA(PyMap_Type)
872 data PyMap_Type
898 Python/bltinmodule.c:PyMap_Type PyTypeObject PyMap_Type