byte_order property

byte_order property

Gets the byte-order of the image. Please see https://en.wikipedia.org/wiki/Endianness for more information.

Definition:

@property
def byte_order(self):
    ...

See Also