numpy.ma
MaskedArray.
__setstate__
Restore the internal state of the masked array, forpickling purposes.state is typically the output of the__getstate__ output, and is a 5-tuple:
state
__getstate__
numpy.ma.MaskedArray.__reduce__
numpy.ma.MaskedArray.__new__