Home
last modified time | relevance | path

Searched refs:PyDictIterItem_Type (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Ddictobject.h81 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
/third_party/python/PC/
Dpython3dll.c744 EXPORT_DATA(PyDictIterItem_Type)
/third_party/python/Doc/data/
Dstable_abi.dat90 var,PyDictIterItem_Type,3.2,
/third_party/python/Objects/
Ddictobject.c3677 if (itertype == &PyDictIterItem_Type || in dictiter_new()
3990 PyTypeObject PyDictIterItem_Type = { variable
4792 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()
Dobject.c1814 INIT_TYPE(PyDictIterItem_Type); in _PyTypes_Init()
/third_party/python/Misc/
Dstable_abi.txt454 data PyDictIterItem_Type
/third_party/python/Tools/c-analyzer/
DTODO698 Objects/dictobject.c:PyDictIterItem_Type PyTypeObject PyDictIterItem_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1657 Objects/dictobject.c - PyDictIterItem_Type -