Return True if and only if the internal flag is true.
(self)
| 176 | return f'<{res[1:-1]} [{extra}]>' |
| 177 | |
| 178 | def is_set(self): |
| 179 | """Return True if and only if the internal flag is true.""" |
| 180 | return self._value |
| 181 | |
| 182 | def set(self): |
| 183 | """Set the internal flag to true. All tasks waiting for it to |
no outgoing calls