Home | History | Annotate | Download | only in Include

Lines Matching defs:PyObject_CallMethod

9 #define PyObject_CallMethod _PyObject_CallMethod_SizeT

340 PyAPI_FUNC(PyObject *) PyObject_CallMethod(PyObject *o, char *m,
1332 #define PyMapping_Keys(O) PyObject_CallMethod(O,"keys",NULL)
1342 #define PyMapping_Values(O) PyObject_CallMethod(O,"values",NULL)
1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL)