Searched refs:classmethod_get (Results 1 – 1 of 1) sorted by relevance
90 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() function488 PyObject *bound = classmethod_get(descr, NULL, self); in classmethoddescr_call()763 (descrgetfunc)classmethod_get, /* tp_descr_get */