SciPy

This is documentation for an old release of NumPy (version 1.17.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.ma.MaskedArray.__getstate__

method

MaskedArray.__getstate__(self)[source]

Return the internal state of the masked array, for pickling purposes.

Previous topic

numpy.ma.MaskedArray.__deepcopy__

Next topic

numpy.ma.MaskedArray.__reduce__