(self, host, connection, close=0)
| 214 | self._cm.set_ready(connection, 1) |
| 215 | |
| 216 | def _remove_connection(self, host, connection, close=0): |
| 217 | if close: connection.close() |
| 218 | self._cm.remove(connection) |
| 219 | |
| 220 | #### Transaction Execution |
| 221 | def do_open(self, req): |
no test coverage detected