Searched refs:PyMapping_Items (Results 1 – 17 of 17) sorted by relevance
67 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
97 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
218 if ( (aslist = PyMapping_Items(src)) == NULL ) goto err; in PyCF_Python2CF_mapping()
820 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) macro
315 items = PyMapping_Items(ns); in compute_abstract_methods()
1545 items = PyMapping_Items(dct); in encoder_listencode_dict()
4970 return PyMapping_Items(obj); in get_mapping_items()
346 PyMapping_Items=python39.PyMapping_Items
660 Make `PyMapping_Keys()`, `PyMapping_Values()` and `PyMapping_Items()` always
771 return PyMapping_Items(pp->dict); in proxy_items()
707 PyMapping_Items:PyObject*::+1:708 PyMapping_Items:PyObject*:o:0:
1246 PyMapping_Items:PyObject*::+1:1247 PyMapping_Items:PyObject*:o:0:
2319 PyMapping_Items(PyObject *o) in PyMapping_Items() function
333 Objects/abstract.c:PyMapping_Items():PyId_items _Py_IDENTIFIER(items)
1188 Objects/abstract.c PyMapping_Items PyId_items variable _Py_IDENTIFIER(items)
1687 :c:func:`PyMapping_Items` is now always a list, rather than a list or a