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