def _process_response()

in src/redash_stmo/query_runner/presto.py [0:0]


    def _process_response(self, response):
        super(STMOPrestoCursor, self)._process_response(response)
        self._data = self._process_data()