numpy.ma.load
numpy.ma.common_fill_value
numpy.ma.
loads
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