numpy.ma.MaskedArray.__setstate__
-
MaskedArray.__setstate__(state)[source] -
Restore the internal state of the masked array, for pickling purposes.
stateis typically the output of the__getstate__output, and is a 5-tuple:- class name
- a tuple giving the shape of the data
- a typecode for the data
- a binary string for the data
- a binary string for the mask.
© 2008–2016 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.10.1/reference/generated/numpy.ma.MaskedArray.__setstate__.html