(self)
| 216 | return self.conviction_policy.add_failure(connection_exc) |
| 217 | |
| 218 | def is_currently_reconnecting(self): |
| 219 | return self._reconnection_handler is not None |
| 220 | |
| 221 | def get_and_set_reconnection_handler(self, new_handler): |
| 222 | """ |
no outgoing calls