ID EN
Sys

byteorder

Python 3.11

An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant byte first) platforms, and 'little' on little-endian (least-significant byte first) platforms.

Syntax

PYTHON
sys.byteorder