pikapython/package/struct/_struct.pyi
2023-08-17 21:55:23 +08:00

3 lines
97 B
Python

def pack(fmt: str, *vars) -> bytes: ...
def unpack(fmt: str, data: any, offset: int) -> any: ...