Docstrings for read_all_windows
This commit is contained in:
parent
807fd88223
commit
ab1e305e13
|
@ -8543,10 +8543,10 @@ def read_all_windows(timeout=None, timeout_key=TIMEOUT_KEY):
|
||||||
Reads a list of windows. If any of the list returns a value then the window and its event and values
|
Reads a list of windows. If any of the list returns a value then the window and its event and values
|
||||||
are returned.
|
are returned.
|
||||||
|
|
||||||
:param timeout:
|
:param timeout: Time in milliseconds to delay before a returning a timeout event
|
||||||
:type timeout:
|
:type timeout: (int)
|
||||||
:param timeout_key:
|
:param timeout_key: Key to return when a timeout happens. Defaults to the standard TIMEOUT_KEY
|
||||||
:type timeout_key:
|
:type timeout_key: (Any)
|
||||||
:return: A tuple with the (Window, event, values dictionary/list)
|
:return: A tuple with the (Window, event, values dictionary/list)
|
||||||
:rtype: Tuple[Window, Any, (Dict or List)]
|
:rtype: Tuple[Window, Any, (Dict or List)]
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue