Unclear pynput.keyboard.Events.get
timeout
unit
#2
Benjamin_Loison
commented 2024-03-31 16:04:35 +02:00
Owner
```py
help(pynput.keyboard.Events.get)
```
```
Help on function get in module pynput._util:
get(self, timeout=None)
Attempts to read the next event.
:param int timeout: An optional timeout. If this is not provided, this
method may block infinitely.
:return: the next event, or ``None`` if the source has been stopped or
no events were received
```
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?