cf.Field.__floordiv__

Field.__floordiv__(y)[source]

The binary arithmetic operation //

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