Searched refs:PyMethod_GET_CLASS (Results 1 – 4 of 4) sorted by relevance
73 #define PyMethod_GET_CLASS(meth) \ macro
42 .. c:function:: PyObject* PyMethod_GET_CLASS(PyObject *meth)
2552 PyObject *klass = PyMethod_GET_CLASS(func); in instancemethod_call()2619 if (PyMethod_GET_CLASS(meth) != NULL && cls != NULL) { in instancemethod_descr_get()2621 int ok = PyObject_IsSubclass(cls, PyMethod_GET_CLASS(meth)); in instancemethod_descr_get()
743 PyMethod_GET_CLASS:PyObject*::0:744 PyMethod_GET_CLASS:PyObject*:im:0: