SciPy

numpy.ma.masked_array.tostringΒΆ

masked_array.tostring(fill_value=None, order='C')[source]ΒΆ

This function is a compatibility alias for tobytes. Despite its name it returns bytes not strings.