Searched defs:PyCFunction_GET_CLASS (Results 1 – 5 of 5) sorted by relevance
65 static inline PyTypeObject* PyCFunction_GET_CLASS(PyObject *func_obj) { in PyCFunction_GET_CLASS() function73 # define PyCFunction_GET_CLASS(func) PyCFunction_GET_CLASS(_PyObject_CAST(func)) macro