(self)
| 149 | self._tearDownAsyncioRunner() |
| 150 | |
| 151 | def debug(self): |
| 152 | self._setupAsyncioRunner() |
| 153 | super().debug() |
| 154 | self._tearDownAsyncioRunner() |
| 155 | |
| 156 | def __del__(self): |
| 157 | if self._asyncioRunner is not None: |
nothing calls this directly
no test coverage detected