Searched refs:PyDict_Items (Results 1 – 10 of 10) sorted by relevance
31 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp);
2251 PyObject *items = PyDict_Items(arg); in mutablemapping_update_arg()2337 PyObject *items = PyDict_Items(kwargs); in mutablemapping_update()
2467 return PyDict_Items(o); in PyMapping_Items()
2872 PyDict_Items(PyObject *mp) in PyDict_Items() function
139 .. c:function:: PyObject* PyDict_Items(PyObject *p)
108 function,PyDict_Items,3.2,
528 PyDict_Items:PyObject*::+1:529 PyDict_Items:PyObject*:p:0:
174 EXPORT_FUNC(PyDict_Items)
484 function PyDict_Items
1526 return PyDict_Items(self->extra->attrib); in _elementtree_Element_items_impl()