mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-06 20:52:40 +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
|