def __rfloordiv__(self, other): """ Divide self into other, and return a new masked array. """ return floor_divide(other, self)