Return true if and only if the internal flag is true.
(self)
| 606 | self._cond._at_fork_reinit() |
| 607 | |
| 608 | def is_set(self): |
| 609 | """Return true if and only if the internal flag is true.""" |
| 610 | return self._flag |
| 611 | |
| 612 | def isSet(self): |
| 613 | """Return true if and only if the internal flag is true. |