Table of Contents
numpy.doc
numpy.lib
numpy.random
numpy.linalg
numpy.fft
numpy.polynomial
numpy.testing
numpy.f2py
numpy.distutils
ndarray
dtype
numpy.ma
MaskedArray
ufunc
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