Searched refs:PyMapping_Items (Results 1 – 15 of 15) 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()
1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) macro
1064 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
277 items = PyMapping_Items(ns); in compute_abstract_methods()
1607 items = PyMapping_Items(dct); in encoder_listencode_dict()
4488 return PyMapping_Items(obj); in get_mapping_items()
344 PyMapping_Items=python37.PyMapping_Items
663 Make `PyMapping_Keys()`, `PyMapping_Values()` and `PyMapping_Items()` always
707 PyMapping_Items:PyObject*::+1:708 PyMapping_Items:PyObject*:o:0:
771 return PyMapping_Items(pp->dict); in proxy_items()
1218 PyMapping_Items:PyObject*::+1:1219 PyMapping_Items:PyObject*:o:0:
2212 PyMapping_Items(PyObject *o) in PyMapping_Items() function
1680 :c:func:`PyMapping_Items` is now always a list, rather than a list or a