SciPy

numpy.ma.masked_array.tostring

method

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

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