示例#1
0
 def update_view():
     with busy_cursor():
         _update(cluster_ids)
                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)