Execute the target function soon.
(self)
| 214 | pass |
| 215 | |
| 216 | def wake(self) -> None: |
| 217 | """Execute the target function soon.""" |
| 218 | self._event = True |
| 219 | |
| 220 | def update_interval(self, new_interval: int) -> None: |
| 221 | self._interval = new_interval |
no outgoing calls
no test coverage detected