-
MaskedArray.tostring(fill_value=None, order='C')
[source] -
This function is a compatibility alias for tobytes. Despite its name it returns bytes not strings.
MaskedArray.tostring()
2017-01-10 18:10:26
MaskedArray.tostring(fill_value=None, order='C')
[source]
This function is a compatibility alias for tobytes. Despite its name it returns bytes not strings.
Please login to continue.