mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
d2597d54c1
updates #270
6 lines
143 B
Python
6 lines
143 B
Python
def const(c: int) -> int: ...
|
|
def mem_info() -> None: ...
|
|
def mem_current() -> int: ...
|
|
def mem_total() -> int: ...
|
|
def mem_peak() -> int: ...
|