This is documentation for an old release of NumPy (version 1.6.0). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
numpy.ma.loads
-
numpy.ma.loads(strg)
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.