numpy.ma.MaskedArray.__truediv__# method ma.MaskedArray.__truediv__(other)[源代码]# 将 other 除以 self,并返回一个新的 masked array.