1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 05:03:07 +00:00
trezor-firmware/core/mocks/micropython.pyi
2019-07-09 12:51:48 +02:00

8 lines
153 B
Python

def const(c: int) -> int:
return c
def mem_info() -> None: ...
def mem_current() -> int: ...
def mem_total() -> int: ...
def mem_peak() -> int: ...