Searched refs:PyMapping_Items (Results 1 – 11 of 11) sorted by relevance
63 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
67 .. 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
1320 PyAPI_FUNC(PyObject *) PyMapping_Items(PyObject *o);
344 PyMapping_Items=python36.PyMapping_Items
707 PyMapping_Items:PyObject*::+1:708 PyMapping_Items:PyObject*:o:0:
725 PyMapping_Items:PyObject*::+1:726 PyMapping_Items:PyObject*:o:0:
771 return PyMapping_Items(pp->dict); in proxy_items()
1644 items = PyMapping_Items(dct); in encoder_listencode_dict()
2132 PyMapping_Items(PyObject *o) in PyMapping_Items() function