Searched defs:PyCFunction_GET_SELF (Results 1 – 6 of 6) sorted by relevance
47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF() function55 # define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func)) macro
31 #define PyCFunction_GET_SELF(func) \ macro