Searched refs:classmethoddescr_call (Results 1 – 3 of 3) sorted by relevance
254 classmethoddescr_call(PyMethodDescrObject *descr, PyObject *args, in classmethoddescr_call() function476 (ternaryfunc)classmethoddescr_call, /* tp_call */
477 classmethoddescr_call(PyMethodDescrObject *descr, PyObject *args, in classmethoddescr_call() function747 (ternaryfunc)classmethoddescr_call, /* tp_call */
190 Fixed TypeError message in classmethoddescr_call.