Searched refs:PyMethod_GET_SELF (Results 1 – 14 of 14) sorted by relevance
48 PyObject *self = PyMethod_GET_SELF(method); in method_vectorcall()133 PyObject *funcself = PyMethod_GET_SELF(self); in method___reduce___impl()
33 #define PyMethod_GET_SELF(meth) \ macro
71 #define PyMethod_GET_SELF(meth) \ macro
63 .. c:function:: PyObject* PyMethod_GET_SELF(PyObject *meth)
93 .. c:function:: PyObject* PyMethod_GET_SELF(PyObject *meth)
3036 && PyMethod_GET_SELF(func) != NULL) { in PyEval_EvalFrameEx()3037 PyObject *self = PyMethod_GET_SELF(func); in PyEval_EvalFrameEx()4377 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) != NULL) { in call_function()4379 PyObject *self = PyMethod_GET_SELF(func); in call_function()
749 PyMethod_GET_SELF:PyObject*::0:750 PyMethod_GET_SELF:PyObject*:im:0:
2549 PyObject *self = PyMethod_GET_SELF(func); in instancemethod_call()2611 if (PyMethod_GET_SELF(meth) != NULL) { in instancemethod_descr_get()
1317 PyMethod_GET_SELF:PyObject*::0:1318 PyMethod_GET_SELF:PyObject*:im:0:
399 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) == self) { in init_method_ref()