NumPy v1.11 Manual
索引
numpy.memmap.dump
¶
memmap.
dump
(
file
)
¶
将数组的pickle转储到指定的文件。
数组可以用pickle.load或numpy.load读回。
参数:
文件
:str
一个字符串,命名转储文件。