Searched refs:PyDictItems_Type (Results 1 – 9 of 9) sorted by relevance
65 PyAPI_DATA(PyTypeObject) PyDictItems_Type;69 #define PyDictItems_Check(op) PyObject_TypeCheck(op, &PyDictItems_Type)
96 PyAPI_DATA(PyTypeObject) PyDictItems_Type;103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type)
86 PyDictItems_Type=python39.PyDictItems_Type DATA
3250 PyTypeObject PyDictItems_Type = { variable3287 return dictview_new(dict, &PyDictItems_Type); in dictitems_new()
2060 &PyDictItems_Type, /* tp_base */
1766 INIT_TYPE(&PyDictItems_Type, "dict items"); in _PyTypes_Init()
4621 PyTypeObject PyDictItems_Type = { variable4657 return _PyDictView_New(dict, &PyDictItems_Type); in dictitems_new()
702 Objects/dictobject.c:PyDictItems_Type PyTypeObject PyDictItems_Type
829 Objects/dictobject.c - PyDictItems_Type variable PyTypeObject PyDictItems_Type