Skip to main content
Ctrl+K
Logo image Logo image

Site Navigation

  • User Guide
  • API reference
  • Development
  • Release notes
  • Learn
dev2.2 (stable)2.12.01.261.251.241.231.221.211.201.191.181.171.161.151.141.13

Site Navigation

  • User Guide
  • API reference
  • Development
  • Release notes
  • Learn
  • numpy.ma.masked_array.harden_mask

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-2022, NumPy Developers.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.