numpy.recarray.dumps#

方法

recarray.dumps()#

返回数组的 pickle 字符串.pickle.loads 会将字符串转换回数组.

参数:
None