Searched refs:wrap_call (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 5740 wrap_call(PyObject *self, PyObject *args, void *wrapped, PyObject *kwds) in wrap_call() function 6800 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)(void(*)(void))wrap_call,
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 4818 wrap_call(PyObject *self, PyObject *args, void *wrapped, PyObject *kwds) function 6050 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)wrap_call,
|