ndarray. __ipow__¶
ndarray.
__ipow__
x.__ipow__(y) <==> x**=y
numpy.ndarray.__imod__
numpy.ndarray.__ilshift__