numpy.ma.masked_array.tostring#

方法

ma.masked_array.tostring(fill_value=None, order='C')[源代码]#

tobytes 的兼容别名,具有完全相同的行为.

尽管其名称如此,它返回的是 bytes 而不是 strs.

自 1.19.0 版本弃用.