def sheets_in_group(self, group): sheet_ids = sublime_api.window_sheets_in_group(self.window_id, group) return [Sheet(x) for x in sheet_ids]