method
ma.MaskedArray.
__setitem__
x.__setitem__(i, y) <==> x[i]=y
Set item described by index. If value is masked, masks those locations.