mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-06 20:52:40 +00:00
6 lines
112 B
Python
6 lines
112 B
Python
![]() |
def const(c):
|
||
|
return c
|
||
|
def mem_current() -> int: ...
|
||
|
def mem_total() -> int: ...
|
||
|
def mem_peak() -> int: ...
|