Home
last modified time | relevance | path

Searched refs:PyDictItems_Type (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Ddictobject.h68 PyAPI_DATA(PyTypeObject) PyDictItems_Type;
72 #define PyDictItems_Check(op) PyObject_TypeCheck(op, &PyDictItems_Type)
/third_party/python/PC/
Dpython3dll.c743 EXPORT_DATA(PyDictItems_Type)
/third_party/python/Doc/data/
Dstable_abi.dat89 var,PyDictItems_Type,3.2,
/third_party/python/Objects/
Dodictobject.c2064 &PyDictItems_Type, /* tp_base */
Dobject.c1813 INIT_TYPE(PyDictItems_Type); in _PyTypes_Init()
Ddictobject.c4842 PyTypeObject PyDictItems_Type = { variable
4878 return _PyDictView_New(dict, &PyDictItems_Type); in dictitems_new()
/third_party/python/Misc/
Dstable_abi.txt452 data PyDictItems_Type
/third_party/python/Tools/c-analyzer/
DTODO697 Objects/dictobject.c:PyDictItems_Type PyTypeObject PyDictItems_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1662 Objects/dictobject.c - PyDictItems_Type -