numpy.ma.MaskedArray.dump

MaskedArray.dump(file)

将数组的pickle转储到指定的文件。数组可以用pickle.load或numpy.load读回。

参数:

文件:str

一个字符串,命名转储文件。