Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6368 slot_tp_call(PyObject *self, PyObject *args, PyObject *kwds) in slot_tp_call() function
6800 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)(void(*)(void))wrap_call,
/external/python/cpython2/Objects/
Dtypeobject.c5600 slot_tp_call(PyObject *self, PyObject *args, PyObject *kwds) function
6050 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)wrap_call,