Searched refs:wrap_ternaryfunc_r (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | typeobject.c | 4507 wrap_ternaryfunc_r(PyObject *self, PyObject *args, void *wrapped) function 6115 NBSLOT("__rpow__", nb_power, slot_nb_power, wrap_ternaryfunc_r,
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 5780 wrap_ternaryfunc_r(PyObject *self, PyObject *args, void *wrapped) in wrap_ternaryfunc_r() function 7206 NBSLOT("__rpow__", nb_power, slot_nb_power, wrap_ternaryfunc_r,
|