Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddictobject.h79 PyAPI_DATA(PyTypeObject) PyDictItems_Type;
83 #define PyDictItems_Check(op) PyObject_TypeCheck((op), &PyDictItems_Type)
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv31 Objects/dictobject.c - PyDictItems_Type -
/external/python/cpython3/PC/
Dpython3dll.c804 EXPORT_DATA(PyDictItems_Type)
/external/python/cpython3/Doc/data/
Dstable_abi.dat99 data,PyDictItems_Type,3.2,,
Dpython3.13.abi1491 …<elf-symbol name='PyDictItems_Type' size='416' type='object-type' binding='global-binding' visibil…
6299PyDictItems_Type' type-id='type-id-266' mangled-name='PyDictItems_Type' visibility='default' filep…
/external/python/cpython3/Objects/
Dodictobject.c1992 &PyDictItems_Type, /* tp_base */
Dobject.c2263 &PyDictItems_Type,
Ddictobject.c6477 PyTypeObject PyDictItems_Type = { variable
6520 return _PyDictView_New((PyObject *)self, &PyDictItems_Type);
Dlistobject.c1421 else if (Py_IS_TYPE(iterable, &PyDictItems_Type)) { in _list_extend()
/external/python/cpython3/Tools/c-analyzer/
DTODO644 Objects/dictobject.c:PyDictItems_Type PyTypeObject PyDictItems_Type
/external/python/cpython3/Misc/
Dstable_abi.toml547 [data.PyDictItems_Type]