numpy.ma.load()

numpy.ma.load

numpy.ma.load(F) [source]

Wrapper around cPickle.load which accepts either a file-like object or a filename.

Parameters:

F : str or file

The file or file name to load.