set ( value, force=False )
Set the current state to value , possibly triggering an event
If the force parameter is a true value, and the event source would
not have fired an event due to a lack of change in value, the event
source should fire the event anyway. (The firing may be suppressed
for other reasons, such as falsehood in the case of an IConditional
or ISemaphore .)
|