numpy.ma.MaskedArray.tostring
метод
-
MaskedArray.tostring(self, fill_value=None, order='C')[source] -
Совместимый псевдоним для
tobytes, с абсолютно идентичным поведением.Несмотря на название, возвращает
bytes, а неstr.Устарело начиная с версии 1.19.0.
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.19/reference/generated/numpy.ma.MaskedArray.tostring.html