numpy.recarray.dump#

方法

recarray.dump(file)#

将数组的 pickle 存储到指定的文件中。可以使用 pickle.load 或 numpy.load 读取回该数组。

参数:
filestr 或 Path

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