Return true if and only if the internal flag is true.
(self)
| 573 | self._cond._at_fork_reinit() |
| 574 | |
| 575 | def is_set(self): |
| 576 | """Return true if and only if the internal flag is true.""" |
| 577 | return self._flag |
| 578 | |
| 579 | def isSet(self): |
| 580 | """Return true if and only if the internal flag is true. |