(self, exception)
| 160 | return super().cancel(msg=msg) |
| 161 | |
| 162 | def set_exception(self, exception): |
| 163 | self._unregister_wait() |
| 164 | super().set_exception(exception) |
| 165 | |
| 166 | def set_result(self, result): |
| 167 | self._unregister_wait() |
nothing calls this directly
no test coverage detected