cf
Data.
__ipow__
The augmented arithmetic assignment **=
**=
x.__ipow__(y) <==> x**=y
cf.Data.__ifloordiv__
cf.Data.__imod__