numpy.ma.loads(strg)
Load a pickle from the current string.
The result of cPickle.loads(strg) is returned.
cPickle.loads(strg)
strg : str
The string to load.
See also
dumps
Please login to continue.
Please login to continue.