Searched refs:PyCFunction_GET_SELF (Results 1 – 6 of 6) sorted by relevance
67 return PyCFunction_GET_SELF(op); in PyCFunction_GetSelf()85 PyObject *self = PyCFunction_GET_SELF(func); in PyCFunction_Call()159 PyObject *self = PyCFunction_GET_SELF(func); in _PyCFunction_FastCallDict()407 self = PyCFunction_GET_SELF(m); in meth_get__self__()
31 #define PyCFunction_GET_SELF(func) \ macro
34 #define PyCFunction_GET_SELF(func) \ macro
75 PyObject *self = PyCFunction_GET_SELF(func); in PyCFunction_Call()
3158 PyCFunction_GET_SELF(parser_doctype) == self_pyobj && in expat_start_doctype_handler()
4334 PyObject *self = PyCFunction_GET_SELF(func); in call_function()