This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).
Return a copy of array data as a Python string containing the raw bytes in the array. The array is filled beforehand.
Parameters: | fill_value : {var}, optional
order : {string}
|
---|
Notes
As for method:ndarray.tostring, information about the shape, dtype..., but also fill_value will be lost.