cf.FieldList.__ifloordiv__

FieldList.__ifloordiv__(y)[source]

The augmented arithmetic assignment //=

x.__ifloordiv__(y) <==> x//=y

Previous topic

cf.FieldList.__itruediv__

Next topic

cf.FieldList.__ipow__

This Page