MaskedArray.__str__()
MaskedArray.__isub__(other)
MaskedArray.__rxor__ x.__rxor__(y) <==> y^x
MaskedArray.__ifloordiv__(other)
MaskedArray.__array__(|dtype) ? reference if type unchanged, copy otherwise. Returns either a new reference to
MaskedArray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string
MaskedArray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load
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
Page 7 of 11