mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
mocks: add utimeq
This commit is contained in:
parent
197baf66b4
commit
f5b5e399e5
7
mocks/utimeq.pyi
Normal file
7
mocks/utimeq.pyi
Normal file
@ -0,0 +1,7 @@
|
||||
from typing import *
|
||||
|
||||
class utimeq:
|
||||
def __init__(self, max_queue_size: int) -> None: ...
|
||||
def push(self, time: int, callback: Any, value: Any) -> None: ...
|
||||
def pop(self, entry: List[Any]) -> None: ...
|
||||
def peektime(self) -> int: ...
|
Loading…
Reference in New Issue
Block a user