ndarray
dtype
numpy.ma
ufunc
numpy.typing
numpy.distutils
method
Used if copy.copy is called on an array. Returns a copy of the array.
copy.copy
Equivalent to a.copy(order='K').
a.copy(order='K')
previous
numpy.ma.MaskedArray.iscontiguous
next
numpy.ma.MaskedArray.__deepcopy__