Searched refs:PyMapping_Items (Results 1 – 14 of 14) sorted by relevance
97 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
843 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
317 items = PyMapping_Items(ns); in compute_abstract_methods()
1547 items = PyMapping_Items(dct); in encoder_listencode_dict()
5155 return PyMapping_Items(obj); in get_mapping_items()
365 function,PyMapping_Items,3.2,
1249 PyMapping_Items:PyObject*::+1:1250 PyMapping_Items:PyObject*:o:0:
346 EXPORT_FUNC(PyMapping_Items)
660 Make `PyMapping_Keys()`, `PyMapping_Values()` and `PyMapping_Items()` always
882 function PyMapping_Items
2459 PyMapping_Items(PyObject *o) in PyMapping_Items() function
328 Objects/abstract.c:PyMapping_Items():PyId_items _Py_IDENTIFIER(items)
1875 Objects/abstract.c PyMapping_Items PyId_items -
1688 :c:func:`PyMapping_Items` is now always a list, rather than a list or a