We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d674cf commit c1f3aa8Copy full SHA for c1f3aa8
Lib/_pyrepl/base_eventqueue.py
@@ -69,7 +69,7 @@ def insert(self, event: Event) -> None:
69
trace('added event {event}', event=event)
70
self.events.append(event)
71
72
- def push(self, char: int | bytes) -> None:
+ def push(self, char: int | bytes | str) -> None:
73
"""
74
Processes a character by updating the buffer and handling special key mappings.
75
0 commit comments