Searched refs:PyCFunction_GET_SELF (Results 1 – 7 of 7) sorted by relevance
69 return PyCFunction_GET_SELF(op); in PyCFunction_GetSelf()186 self = PyCFunction_GET_SELF(m); in meth_get__self__()
583 PyCFunction_GET_SELF(func), in _PyCFunction_FastCallDict()731 PyCFunction_GET_SELF(func), in _PyCFunction_FastCallKeywords()745 PyObject *self = PyCFunction_GET_SELF(func); in cfunction_call_varargs()
31 #define PyCFunction_GET_SELF(func) \ macro
36 #define PyCFunction_GET_SELF(func) \ macro
75 PyObject *self = PyCFunction_GET_SELF(func); in PyCFunction_Call()
3235 PyCFunction_GET_SELF(parser_doctype) == self_pyobj && in expat_start_doctype_handler()
4354 PyObject *self = PyCFunction_GET_SELF(func); in call_function()