Home
last modified time | relevance | path

Searched refs:methoddescr_call (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Ddescrobject.c210 methoddescr_call(PyMethodDescrObject *descr, PyObject *args, PyObject *kwds) in methoddescr_call() function
438 (ternaryfunc)methoddescr_call, /* tp_call */
/external/python/cpython3/Objects/
Ddescrobject.c220 methoddescr_call(PyMethodDescrObject *descr, PyObject *args, PyObject *kwargs) in methoddescr_call() function
548 (ternaryfunc)methoddescr_call, /* tp_call */