def _close()

in src/lindorm_mcp_server/lindorm_wide_table.py [0:0]


    def _close(self):
        if self.cursor:
            self.cursor.close()
        if self.connection:
            self.connection.close()