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