Home
last modified time | relevance | path

Searched refs:PyDictItems_Type (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Ddictobject.h68 PyAPI_DATA(PyTypeObject) PyDictItems_Type;
72 #define PyDictItems_Check(op) PyObject_TypeCheck(op, &PyDictItems_Type)
/third_party/python/PC/
H A Dpython3dll.c758 EXPORT_DATA(PyDictItems_Type)
/third_party/python/Objects/
H A Dodictobject.c2011 &PyDictItems_Type, /* tp_base */
H A Dobject.c1880 &PyDictItems_Type,
1969 &PyODictItems_Type, // base=&PyDictItems_Type
H A Ddictobject.c5198 PyTypeObject PyDictItems_Type = { variable
5234 return _PyDictView_New(dict, &PyDictItems_Type); in dictitems_new()

Completed in 14 milliseconds