Home
last modified time | relevance | path

Searched refs:PyDict_Items (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Include/
Ddictobject.h31 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
/external/python/cpython2/Include/
Ddictobject.h124 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
/external/python/cpython2/PC/os2vacpp/
Dpython.def125 PyDict_Items
/external/python/cpython2/Doc/c-api/
Ddict.rst121 .. c:function:: PyObject* PyDict_Items(PyObject *p)
/external/python/cpython3/PC/
Dpython3.def102 PyDict_Items=python39.PyDict_Items
/external/python/cpython3/Objects/
Dodictobject.c2247 PyObject *items = PyDict_Items(arg); in mutablemapping_update_arg()
2333 PyObject *items = PyDict_Items(kwargs); in mutablemapping_update()
Dabstract.c2327 return PyDict_Items(o); in PyMapping_Items()
Ddictobject.c2769 PyDict_Items(PyObject *mp) in PyDict_Items() function
/external/python/cpython3/Doc/c-api/
Ddict.rst135 .. c:function:: PyObject* PyDict_Items(PyObject *p)
/external/python/cpython2/PC/os2emx/
Dpython27.def278 "PyDict_Items"
/external/python/cpython2/Doc/data/
Drefcounts.dat223 PyDict_Items:PyObject*::+1:
224 PyDict_Items:PyObject*:p:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat528 PyDict_Items:PyObject*::+1:
529 PyDict_Items:PyObject*:p:0:
/external/python/cpython2/Modules/
D_elementtree.c1141 return PyDict_Items(self->extra->attrib); in element_items()
/external/python/cpython2/Objects/
Ddictobject.c1784 PyDict_Items(PyObject *mp) in PyDict_Items() function
/external/python/cpython3/Modules/
D_elementtree.c1529 return PyDict_Items(self->extra->attrib); in _elementtree_Element_items_impl()