MaskedArray.__copy__([order]) Return a copy of the array.
MaskedArray.__iand__ x.__iand__(y) <==> x&=y
MaskedArray.T
MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian
MaskedArray.product(axis=None, dtype=None, out=None)
MaskedArray.__rxor__ x.__rxor__(y) <==> y^x
MaskedArray.__isub__(other)
MaskedArray.base Base object if memory is from some other object. Examples The base
MaskedArray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load
MaskedArray.shape Tuple of array dimensions. Notes May be used to ?reshape? the
Page 8 of 11