numpy.recarray.put#

method

recarray.put(indices, values, mode='raise')#

对于 indices 中的所有 n ,设置 a.flat[n] = values[n] .

请参考 numpy.put 获取完整文档.

参见

numpy.put

等效函数