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.
threading.Event.wait
1 parent bfb9639 commit bc3f288Copy full SHA for bc3f288
Lib/threading.py
@@ -650,7 +650,8 @@ def wait(self, timeout=None):
650
(or fractions thereof).
651
652
This method returns the internal flag on exit, so it will always return
653
- True except if a timeout is given and the operation times out.
+ ``True`` except if a timeout is given and the operation times out, when
654
+ it will return ``False``.
655
656
"""
657
with self._cond:
0 commit comments