numpy.ma.loads — NumPy v1.13 Manual (original) (raw)

numpy.ma. loads(strg)[source]

Load a pickle from the current string.

The result of cPickle.loads(strg) is returned.

Parameters: strg : str The string to load.

See also

dumps

Return a string corresponding to the pickling of a masked array.

Previous topic

numpy.ma.load

Next topic

numpy.ma.common_fill_value