_struct.pyi 97 B

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