Example #1
0
 def update_view():
     with busy_cursor():
         _update(cluster_ids)
                def update_view():
                    print("here2")

                    with busy_cursor():
                        _update1(cluster_ids)
Example #3
0
 def update_view():
     with busy_cursor():
         self.on_select(cluster_ids, **kwargs)
Example #4
0
File: base.py Project: kwikteam/phy
 def update_view():
     with busy_cursor():
         self.on_select(cluster_ids, **kwargs)