Searched refs:classmethod_get (Results 1 – 2 of 2) sorted by relevance
96 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() function490 PyObject *bound = classmethod_get(descr, NULL, self); in classmethoddescr_call()765 (descrgetfunc)classmethod_get, /* tp_descr_get */
81 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() function494 (descrgetfunc)classmethod_get, /* tp_descr_get */