(self)
| 313 | mongos_client.close() |
| 314 | |
| 315 | def init(self): |
| 316 | with self.conn_lock: |
| 317 | if not self.client and not self.connection_attempts: |
| 318 | self._init_client() |
| 319 | |
| 320 | def connection_attempt_info(self): |
| 321 | return "\n".join(self.connection_attempts) |
no test coverage detected