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