numpy.ndarray.tostring — NumPy v1.24 Manual (original) (raw)
method
ndarray.tostring(order='C')#
A compatibility alias for tobytes, with exactly the same behavior.
Despite its name, it returns bytes not _str_s.
Deprecated since version 1.19.0.
method
ndarray.tostring(order='C')#
A compatibility alias for tobytes, with exactly the same behavior.
Despite its name, it returns bytes not _str_s.
Deprecated since version 1.19.0.