Home
last modified time | relevance | path

Searched refs:classmethoddescr_call (Results 1 – 2 of 2) 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.c295 classmethoddescr_call(PyMethodDescrObject *descr, PyObject *args, in classmethoddescr_call() function
586 (ternaryfunc)classmethoddescr_call, /* tp_call */