def layout_to_text(self, xy): """ Converts a point in layout coordinates to a text coodinate """ return sublime_api.view_layout_to_text(self.view_id, xy)