numpy.ma.MaskedArray.dump#

方法

ma.MaskedArray.dump(file)#

將陣列的 pickle 傾印到指定檔案。可以使用 pickle.load 或 numpy.load 讀回陣列。

參數:
file字串或路徑

命名傾印檔案的字串。