The sort axis is replaced with a dummy axis.
Return a sorted copy of the masked array.
Equivalent to creating a copy of the array
and applying the MaskedArray sort() method.
Refer to MaskedArray.sort for the full documentation
See also
MaskedArray.sortequivalent method