(self, errors)
| 4830 | self._set_final_result(self._continuous_paging_session.results()) |
| 4831 | |
| 4832 | def _set_keyspace_completed(self, errors): |
| 4833 | if not errors: |
| 4834 | self._set_final_result(None) |
| 4835 | else: |
| 4836 | self._set_final_exception(ConnectionException( |
| 4837 | "Failed to set keyspace on all hosts: %s" % (errors,))) |
| 4838 | |
| 4839 | def _execute_after_prepare(self, host, connection, pool, response): |
| 4840 | """ |