Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddictobject.h65 PyAPI_DATA(PyTypeObject) PyDictItems_Type;
69 #define PyDictItems_Check(op) PyObject_TypeCheck(op, &PyDictItems_Type)
/external/python/cpython2/Include/
Ddictobject.h96 PyAPI_DATA(PyTypeObject) PyDictItems_Type;
103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type)
/external/python/cpython3/PC/
Dpython3.def86 PyDictItems_Type=python39.PyDictItems_Type DATA
/external/python/cpython2/Objects/
Ddictobject.c3250 PyTypeObject PyDictItems_Type = { variable
3287 return dictview_new(dict, &PyDictItems_Type); in dictitems_new()
/external/python/cpython3/Objects/
Dodictobject.c2060 &PyDictItems_Type, /* tp_base */
Dobject.c1766 INIT_TYPE(&PyDictItems_Type, "dict items"); in _PyTypes_Init()
Ddictobject.c4621 PyTypeObject PyDictItems_Type = { variable
4657 return _PyDictView_New(dict, &PyDictItems_Type); in dictitems_new()
/external/python/cpython3/Tools/c-analyzer/
DTODO702 Objects/dictobject.c:PyDictItems_Type PyTypeObject PyDictItems_Type
Dknown.tsv829 Objects/dictobject.c - PyDictItems_Type variable PyTypeObject PyDictItems_Type