_byteswap.pyi 423 B

12345
  1. def read_float_with_byteswap(data: bytes, offset: int, byteswap: bool) -> float: ...
  2. def read_double_with_byteswap(data: bytes, offset: int, byteswap: bool) -> float: ...
  3. def read_uint16_with_byteswap(data: bytes, offset: int, byteswap: bool) -> int: ...
  4. def read_uint32_with_byteswap(data: bytes, offset: int, byteswap: bool) -> int: ...
  5. def read_uint64_with_byteswap(data: bytes, offset: int, byteswap: bool) -> int: ...