SciPy

numpy.ma.MaskedArray.tostring

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

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

Previous topic

numpy.ma.MaskedArray.torecords

Next topic

numpy.ma.MaskedArray.tobytes