MaskedArray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load
MaskedArray.__idiv__(other)
MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian
MaskedArray.__iand__ x.__iand__(y) <==> x&=y
MaskedArray.shape Tuple of array dimensions. Notes May be used to ?reshape? the
MaskedArray.base Base object if memory is from some other object. Examples The base
MaskedArray.T
MaskedArray.__reduce__()
MaskedArray.ndim Number of array dimensions. Examples
MaskedArray.__int__()
Page 8 of 11