ID EN
Threading

clear

Python 3.11

Reset the internal flag to false. Subsequently, threads calling wait() will block until set() is called to set the internal flag to true again.

Syntax

PYTHON
clear()

See Also

wait() set()