コード例 #1
0
 def update_view():
     with busy_cursor():
         _update(cluster_ids)
コード例 #2
0
                def update_view():
                    print("here2")

                    with busy_cursor():
                        _update1(cluster_ids)
コード例 #3
0
 def update_view():
     with busy_cursor():
         self.on_select(cluster_ids, **kwargs)
コード例 #4
0
ファイル: base.py プロジェクト: kwikteam/phy
 def update_view():
     with busy_cursor():
         self.on_select(cluster_ids, **kwargs)