numpy.ma.MaskedArray.tostring — NumPy v1.13 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.13 Manual
- NumPy Reference
- Array objects
- Masked arrays
- Constants of the numpy.ma module
- index
- next
- previous
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