Searched refs:PyMethod_GET_SELF (Results 1 – 5 of 5) sorted by relevance
33 #define PyMethod_GET_SELF(meth) \ macro
42 PyObject *self = PyMethod_GET_SELF(method); in method_vectorcall()122 PyObject *self = PyMethod_GET_SELF(im); in method_reduce()
93 .. c:function:: PyObject* PyMethod_GET_SELF(PyObject *meth)
1317 PyMethod_GET_SELF:PyObject*::0:1318 PyMethod_GET_SELF:PyObject*:im:0:
388 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) == self) { in init_method_ref()