(self)
| 1853 | self._conn.mark_for_reconnect() |
| 1854 | |
| 1855 | def should_reconnect(self): |
| 1856 | return self._conn.should_reconnect() |
| 1857 | |
| 1858 | def reset_should_reconnect(self): |
| 1859 | self._conn.reset_should_reconnect() |
nothing calls this directly
no test coverage detected