mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -90,7 +90,7 @@ def get_hotkey_name(names: Iterable[str] | None = None) -> str: ...
|
||||
def read_event(suppress: bool = False) -> KeyboardEvent: ...
|
||||
def read_key(suppress: bool = False) -> _Key: ...
|
||||
def read_hotkey(suppress: bool = True) -> str: ...
|
||||
def get_typed_strings(events: Iterable[KeyboardEvent], allow_backspace: bool = True) -> Generator[str, None, None]: ...
|
||||
def get_typed_strings(events: Iterable[KeyboardEvent], allow_backspace: bool = True) -> Generator[str]: ...
|
||||
def start_recording(
|
||||
recorded_events_queue: Queue[KeyboardEvent] | None = None,
|
||||
) -> tuple[Queue[KeyboardEvent], Callable[[], None]]: ...
|
||||
|
||||
Reference in New Issue
Block a user