NumPy v1.11 Manual
索引
numpy.ma.masked_array.dumps
¶
masked_array.
dumps
(
)
¶
以字符串形式返回数组的pickle。
pickle.loads或numpy.loads将字符串转换回数组。
参数:
无