MaskedArray.__iand__ x.__iand__(y) <==> x&=y
MaskedArray.__rxor__ x.__rxor__(y) <==> y^x
MaskedArray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load
MaskedArray.__ifloordiv__(other)
MaskedArray.__int__()
MaskedArray.__reduce__()
MaskedArray.__copy__([order]) Return a copy of the array.
MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian
MaskedArray.shape Tuple of array dimensions. Notes May be used to ?reshape? the
MaskedArray.repeat(repeats, axis=None)
Page 8 of 11