Searched refs:PyMethod_GET_SELF (Results 1 – 5 of 5) sorted by relevance
71 #define PyMethod_GET_SELF(meth) \ macro
63 .. c:function:: PyObject* PyMethod_GET_SELF(PyObject *meth)
3016 && PyMethod_GET_SELF(func) != NULL) { in PyEval_EvalFrameEx()3017 PyObject *self = PyMethod_GET_SELF(func); in PyEval_EvalFrameEx()4357 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) != NULL) { in call_function()4359 PyObject *self = PyMethod_GET_SELF(func); in call_function()
749 PyMethod_GET_SELF:PyObject*::0:750 PyMethod_GET_SELF:PyObject*:im:0:
2551 PyObject *self = PyMethod_GET_SELF(func); in instancemethod_call()2613 if (PyMethod_GET_SELF(meth) != NULL) { in instancemethod_descr_get()