Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Ddictobject.h81 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
/third_party/python/PC/
H A Dpython3dll.c759 EXPORT_DATA(PyDictIterItem_Type)
/third_party/python/Objects/
H A Ddictobject.c3983 if (itertype == &PyDictIterItem_Type || in dictiter_new()
4336 PyTypeObject PyDictIterItem_Type = { variable
5148 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()
H A Dobject.c1881 &PyDictIterItem_Type,
/third_party/python/Python/
H A Dspecialize.c2058 if (t == &PyDictIterItem_Type) { in _PySpecialization_ClassifyIterator()

Completed in 25 milliseconds