Searched refs:PyCFunction_GET_CLASS (Results 1 – 2 of 2) sorted by relevance
155 return PyCFunction_GET_CLASS(op); in PyCMethod_GetClass()169 Py_XDECREF(PyCFunction_GET_CLASS(m)); in meth_dealloc()248 Py_VISIT(PyCFunction_GET_CLASS(m)); in meth_traverse()452 PyTypeObject *cls = PyCFunction_GET_CLASS(func); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
19 #define PyCFunction_GET_CLASS(func) \ macro