1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/core/mocks/micropython.pyi
Tomas Susanka d2597d54c1 core/shamir: persistence
updates #270
2019-07-24 15:12:04 +02:00

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: ...