Skip to main content
Ctrl+K
NumPy v2.2.dev0 Manual - Home
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • Learn
    • NEPs
  • GitHub
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • Learn
  • NEPs
  • GitHub
  • numpy.ma.mas...

numpy.ma.masked_array.harden_mask#

method

ma.masked_array.harden_mask()[source]#

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).

See also

ma.MaskedArray.hardmask
ma.MaskedArray.soften_mask
On this page
  • ma.masked_array.harden_mask

© Copyright 2008-2024, NumPy Developers.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.15.4.