cf.Field.__idiv__

Field.__idiv__(other)[source]

The augmented arithmetic assignment /=

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

Previous topic

cf.Field.__imul__

Next topic

cf.Field.__itruediv__

This Page