Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddictobject.h121 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
/external/python/cpython3/Include/
Ddictobject.h106 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
/external/python/cpython2/PC/os2vacpp/
Dpython.def125 PyDict_Items
/external/python/cpython3/Objects/
Dodictobject.c2362 items = PyDict_Items(other); in mutablemapping_update()
2405 items = PyDict_Items(other); in mutablemapping_update()
2428 PyObject *items = PyDict_Items(kwargs); in mutablemapping_update()
Dabstract.c2139 return PyDict_Items(o); in PyMapping_Items()
Ddictobject.c2696 PyDict_Items(PyObject *mp) in PyDict_Items() function
/external/python/cpython3/PC/
Dpython3.def103 PyDict_Items=python36.PyDict_Items
/external/python/cpython2/Doc/c-api/
Ddict.rst121 .. c:function:: PyObject* PyDict_Items(PyObject *p)
/external/python/cpython3/Doc/c-api/
Ddict.rst123 .. 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.dat228 PyDict_Items:PyObject*::+1:
229 PyDict_Items:PyObject*:p:0:
/external/python/cpython2/Modules/
D_elementtree.c1103 return PyDict_Items(self->extra->attrib); in element_items()
/external/python/cpython2/Objects/
Ddictobject.c1731 PyDict_Items(PyObject *mp) in PyDict_Items() function
/external/python/cpython3/Modules/
D_elementtree.c1500 return PyDict_Items(self->extra->attrib); in _elementtree_Element_items_impl()