Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddescrobject.c306 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call() function
587 (ternaryfunc)wrapperdescr_call, /* tp_call */
/external/python/cpython3/Objects/
Ddescrobject.c361 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call() function
697 (ternaryfunc)wrapperdescr_call, /* tp_call */