class documentation

class Endianness(_Enum):

View In Hierarchy

Endianness of an Integer type.

  • Little: Little endian
  • Big: Big endian
Class Variable Big Undocumented
Class Variable Little The native endianness on x86_64.
Big: int =

Undocumented

Little: int =

The native endianness on x86_64.