Searched refs:PyDictItems_Type (Results 1 – 7 of 7) sorted by relevance
96 PyAPI_DATA(PyTypeObject) PyDictItems_Type;103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type)
55 PyAPI_DATA(PyTypeObject) PyDictItems_Type;62 #define PyDictItems_Check(op) PyObject_TypeCheck(op, &PyDictItems_Type)
87 PyDictItems_Type=python37.PyDictItems_Type DATA
3250 PyTypeObject PyDictItems_Type = { variable3287 return dictview_new(dict, &PyDictItems_Type); in dictitems_new()
2020 &PyDictItems_Type, /* tp_base */
1792 if (PyType_Ready(&PyDictItems_Type) < 0) in _Py_ReadyTypes()
4160 PyTypeObject PyDictItems_Type = { variable4196 return _PyDictView_New(dict, &PyDictItems_Type); in dictitems_new()