numpy.ma.MaskedArray.__array__

MaskedArray.__array__(|dtype) → reference if type unchanged, copy otherwise.

如果未指定dtype,则返回对self的新引用,如果dtype与数组的当前dtype不同,则返回提供的数据类型的新数组。