Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dclassobject.c1919 bin_inplace_power(PyObject *v, PyObject *w) in bin_inplace_power() function
1930 "__rpow__", bin_inplace_power); in instance_ipow()