Searched refs:PyDict_Items (Results 1 – 15 of 15) sorted by relevance
31 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
124 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
125 PyDict_Items
121 .. c:function:: PyObject* PyDict_Items(PyObject *p)
102 PyDict_Items=python39.PyDict_Items
2247 PyObject *items = PyDict_Items(arg); in mutablemapping_update_arg()2333 PyObject *items = PyDict_Items(kwargs); in mutablemapping_update()
2327 return PyDict_Items(o); in PyMapping_Items()
2769 PyDict_Items(PyObject *mp) in PyDict_Items() function
135 .. c:function:: PyObject* PyDict_Items(PyObject *p)
278 "PyDict_Items"
223 PyDict_Items:PyObject*::+1:224 PyDict_Items:PyObject*:p:0:
528 PyDict_Items:PyObject*::+1:529 PyDict_Items:PyObject*:p:0:
1141 return PyDict_Items(self->extra->attrib); in element_items()
1784 PyDict_Items(PyObject *mp) in PyDict_Items() function
1529 return PyDict_Items(self->extra->attrib); in _elementtree_Element_items_impl()