Searched refs:slot_nb_inplace_power (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 6282 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/ |
D | typeobject.c | 5452 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/ |
D | 2.6a1.rst | 959 Properly discard third argument to slot_nb_inplace_power.
|