Home
last modified time | relevance | path

Searched refs:classmethoddescr_call (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Ddescrobject.c254 classmethoddescr_call(PyMethodDescrObject *descr, PyObject *args, in classmethoddescr_call() function
476 (ternaryfunc)classmethoddescr_call, /* tp_call */
/external/python/cpython3/Objects/
Ddescrobject.c477 classmethoddescr_call(PyMethodDescrObject *descr, PyObject *args, in classmethoddescr_call() function
747 (ternaryfunc)classmethoddescr_call, /* tp_call */
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a4.rst190 Fixed TypeError message in classmethoddescr_call.