(self, heartbeat=None)
| 478 | return conn |
| 479 | |
| 480 | def connection_for_read(self, heartbeat=None): |
| 481 | return self.ensure_connected( |
| 482 | self.app.connection_for_read(heartbeat=heartbeat)) |
| 483 | |
| 484 | def connection_for_write(self, url=None, heartbeat=None): |
| 485 | return self.ensure_connected( |
no test coverage detected