1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/core/mocks/gc.pyi

6 lines
135 B
Python
Raw Normal View History

2017-06-14 10:26:02 +00:00
def enable() -> None: ...
def disable() -> None: ...
def collect() -> None: ...
def mem_alloc() -> int: ...
def mem_free() -> int: ...