mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-16 21:27:53 +01:00
6 lines
423 B
Python
6 lines
423 B
Python
def read_float_with_byteswap(data: bytes, offset: int, byteswap: bool) -> float: ...
|
|
def read_double_with_byteswap(data: bytes, offset: int, byteswap: bool) -> float: ...
|
|
def read_uint16_with_byteswap(data: bytes, offset: int, byteswap: bool) -> int: ...
|
|
def read_uint32_with_byteswap(data: bytes, offset: int, byteswap: bool) -> int: ...
|
|
def read_uint64_with_byteswap(data: bytes, offset: int, byteswap: bool) -> int: ...
|