(self, meth_name)
| 278 | 'the prepared statement is closed'.format(meth_name)) |
| 279 | |
| 280 | def _check_conn_validity(self, meth_name): |
| 281 | self._check_open(meth_name) |
| 282 | super()._check_conn_validity(meth_name) |
| 283 | |
| 284 | def __del__(self): |
| 285 | self._state.detach() |