numpy.recarray.dumps#

方法

recarray.dumps()#

将数组的 pickle 表示形式作为字符串返回。pickle.loads 会将该字符串转换回数组。

参数: