You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/mocks/generated/trezorui2.pyi

20 lines
429 B

from typing import *
# extmod/rustmods/modtrezorui2.c
def layout_new_example(text: str) -> None:
"""Example layout."""
# extmod/rustmods/modtrezorui2.c
def layout_new_confirm_action(
title: str,
action: str | None,
description: str | None,
verb: str | None,
verb_cancel: str | None,
hold: bool | None,
reverse: bool,
) -> int:
"""Example layout. All arguments must be passed as kwargs."""