Return true if and only if the internal flag is true.
(self)
| 613 | self._cond._at_fork_reinit() |
| 614 | |
| 615 | def is_set(self): |
| 616 | """Return true if and only if the internal flag is true.""" |
| 617 | return self._flag |
| 618 | |
| 619 | def isSet(self): |
| 620 | """Return true if and only if the internal flag is true. |
no outgoing calls