Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddictobject.h31 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
/third_party/python/Objects/
Dodictobject.c2251 PyObject *items = PyDict_Items(arg); in mutablemapping_update_arg()
2337 PyObject *items = PyDict_Items(kwargs); in mutablemapping_update()
Dabstract.c2467 return PyDict_Items(o); in PyMapping_Items()
Ddictobject.c2872 PyDict_Items(PyObject *mp) in PyDict_Items() function
/third_party/python/Doc/c-api/
Ddict.rst139 .. c:function:: PyObject* PyDict_Items(PyObject *p)
/third_party/python/Doc/data/
Dstable_abi.dat108 function,PyDict_Items,3.2,
Drefcounts.dat528 PyDict_Items:PyObject*::+1:
529 PyDict_Items:PyObject*:p:0:
/third_party/python/PC/
Dpython3dll.c174 EXPORT_FUNC(PyDict_Items)
/third_party/python/Misc/
Dstable_abi.txt484 function PyDict_Items
/third_party/python/Modules/
D_elementtree.c1526 return PyDict_Items(self->extra->attrib); in _elementtree_Element_items_impl()