numpy.ma.MaskedArray.setstate — NumPy v1.11 Manual (original) (raw)

MaskedArray.__setstate__(state)[source]

Restore the internal state of the masked array, for pickling purposes. state is typically the output of the__getstate__ output, and is a 5-tuple:

Previous topic

numpy.ma.MaskedArray.__reduce__

Next topic

numpy.ma.MaskedArray.__new__