def update_view(): with busy_cursor(): _update(cluster_ids)
def update_view(): print("here2") with busy_cursor(): _update1(cluster_ids)
def update_view(): with busy_cursor(): self.on_select(cluster_ids, **kwargs)