Searched refs:PyDict_Items (Results 1 – 7 of 7) sorted by relevance
121 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
125 PyDict_Items
121 .. c:function:: PyObject* PyDict_Items(PyObject *p)
278 "PyDict_Items"
223 PyDict_Items:PyObject*::+1:224 PyDict_Items:PyObject*:p:0:
1103 return PyDict_Items(self->extra->attrib); in element_items()
1731 PyDict_Items(PyObject *mp) in PyDict_Items() function