ufunc
numpy.ctypeslib
numpy.dual
numpy.fft
numpy.linalg
numpy.matlib
numpy.random
numpy.testing
numpy.typing
numpy.distutils
method
Force the mask to hard, preventing unmasking by assignment.
Whether the mask of a masked array is hard or soft is determined by its hardmask property. harden_mask sets hardmask to True (and returns the modified self).
hardmask
harden_mask
True
See also
ma.MaskedArray.hardmask
ma.MaskedArray.soften_mask
previous
numpy.ma.MaskedArray.__setmask__
next
numpy.ma.MaskedArray.soften_mask