Home
last modified time | relevance | path

Searched refs:slot_nb_inplace_power (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dtypeobject.c6282 slot_nb_inplace_power(PyObject *self, PyObject * arg1, PyObject *arg2) in slot_nb_inplace_power() function
6905 IBSLOT("__ipow__", nb_inplace_power, slot_nb_inplace_power,
/external/python/cpython2/Objects/
Dtypeobject.c5452 slot_nb_inplace_power(PyObject *self, PyObject * arg1, PyObject *arg2) function
6156 IBSLOT("__ipow__", nb_inplace_power, slot_nb_inplace_power,
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst959 Properly discard third argument to slot_nb_inplace_power.