numpy.chararray.put

chararray.put(indices, values, mode='raise')

对于所有n,设置a.flat [n] = 在指数。

有关完整文档,请参阅numpy.put

也可以看看

numpy.put
等效函数