Searched defs:PyCFunction_GET_SELF (Results 1 – 1 of 1) 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