Searched refs:PyDictItems_Type (Results 1 – 9 of 9) sorted by relevance
68 PyAPI_DATA(PyTypeObject) PyDictItems_Type;72 #define PyDictItems_Check(op) PyObject_TypeCheck(op, &PyDictItems_Type)
743 EXPORT_DATA(PyDictItems_Type)
89 var,PyDictItems_Type,3.2,
2064 &PyDictItems_Type, /* tp_base */
1813 INIT_TYPE(PyDictItems_Type); in _PyTypes_Init()
4842 PyTypeObject PyDictItems_Type = { variable4878 return _PyDictView_New(dict, &PyDictItems_Type); in dictitems_new()
452 data PyDictItems_Type
697 Objects/dictobject.c:PyDictItems_Type PyTypeObject PyDictItems_Type
1662 Objects/dictobject.c - PyDictItems_Type -