Unclear pynput.keyboard.Events.get timeout unit #2

Open
opened 2024-03-31 16:04:35 +02:00 by Benjamin_Loison · 0 comments
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
```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 ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/pynput#2
No description provided.