Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Ddictobject.h79 PyAPI_DATA(PyTypeObject) PyDictIterKey_Type;
/third_party/python/PC/
H A Dpython3dll.c760 EXPORT_DATA(PyDictIterKey_Type)
/third_party/python/Objects/
H A Ddictobject.c3826 return dictiter_new(dict, &PyDictIterKey_Type); in dict_iter()
4110 PyTypeObject PyDictIterKey_Type = { variable
4737 return dictiter_new(dv->dv_dict, &PyDictIterKey_Type); in dictkeys_iter()
H A Dobject.c1882 &PyDictIterKey_Type,
/third_party/python/Python/
H A Dspecialize.c2052 if (t == &PyDictIterKey_Type) { in _PySpecialization_ClassifyIterator()

Completed in 13 milliseconds