On this page
numpy.ma.loads
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.
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.ma.loads.html