cf.List.__floordiv__

List.__floordiv__(y)[source]

The binary arithmetic operation //

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