MaskedArray.__rmod__¶
x.__rmod__(y) <==> y%x
numpy.ma.MaskedArray.__mod__
numpy.ma.MaskedArray.__divmod__