cf.Data.__floordiv__

Data.__floordiv__(other)[source]

The binary arithmetic operation //

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