mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
15 lines
194 B
Python
15 lines
194 B
Python
def calcsize(fmt):
|
|
pass
|
|
|
|
def pack(fmt, *args):
|
|
pass
|
|
|
|
def pack_info(fmt, buffer, offset, *args):
|
|
pass
|
|
|
|
def unpack(fmt, data):
|
|
pass
|
|
|
|
def unpack_from(fmt, data, offset=0):
|
|
pass
|