def cursor()

in distilvit/gpt4.py [0:0]


    def cursor(self):
        if self._cursor is not None:
            return self._cursor

        # trigge the propert
        conn = self.conn
        return self._cursor