Updated script that can be controled by Nodejs web app
This commit is contained in:
5
lib/python3.13/site-packages/pandas/_libs/byteswap.pyi
Normal file
5
lib/python3.13/site-packages/pandas/_libs/byteswap.pyi
Normal file
@ -0,0 +1,5 @@
|
||||
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: ...
|
Reference in New Issue
Block a user