Searched refs:PyDictItems_Type (Results 1 – 11 of 11) sorted by relevance
79 PyAPI_DATA(PyTypeObject) PyDictItems_Type;83 #define PyDictItems_Check(op) PyObject_TypeCheck((op), &PyDictItems_Type)
31 Objects/dictobject.c - PyDictItems_Type -
804 EXPORT_DATA(PyDictItems_Type)
99 data,PyDictItems_Type,3.2,,
1491 …<elf-symbol name='PyDictItems_Type' size='416' type='object-type' binding='global-binding' visibil…6299 …PyDictItems_Type' type-id='type-id-266' mangled-name='PyDictItems_Type' visibility='default' filep…
1992 &PyDictItems_Type, /* tp_base */
2263 &PyDictItems_Type,
6477 PyTypeObject PyDictItems_Type = { variable6520 return _PyDictView_New((PyObject *)self, &PyDictItems_Type);
1421 else if (Py_IS_TYPE(iterable, &PyDictItems_Type)) { in _list_extend()
644 Objects/dictobject.c:PyDictItems_Type PyTypeObject PyDictItems_Type
547 [data.PyDictItems_Type]