numpy.ma.load(F)
[source]
Wrapper around cPickle.load
which accepts either a file-like object or a filename.
Parameters: |
|
---|
See also
dump
This is different from numpy.load
, which does not use cPickle but loads the NumPy binary .npy format.
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.ma.load.html