(self)
| 3713 | return connection |
| 3714 | |
| 3715 | def reconnect(self): |
| 3716 | if self._is_shutdown: |
| 3717 | return |
| 3718 | |
| 3719 | self._submit(self._reconnect) |
| 3720 | |
| 3721 | def _reconnect(self): |
| 3722 | log.debug("[control connection] Attempting to reconnect") |
no test coverage detected