Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afb570 commit b7bb54fCopy full SHA for b7bb54f
1 file changed
Doc/library/stdtypes.rst
@@ -3806,7 +3806,7 @@ copying.
3806
Previous versions compared the raw memory disregarding the item format
3807
and the logical array structure.
3808
3809
- .. method:: tobytes(order=None)
+ .. method:: tobytes(order='C')
3810
3811
Return the data in the buffer as a bytestring. This is equivalent to
3812
calling the :class:`bytes` constructor on the memoryview. ::
0 commit comments