numpy.ma.MaskedArray.__copy__#

method

ma.MaskedArray.__copy__()#

如果在数组上调用 copy.copy ,则使用.返回数组的副本.

等价于 a.copy(order='K') .