Exemplo n.º 1
0
 def update_view():
     with busy_cursor():
         _update(cluster_ids)
                def update_view():
                    print("here2")

                    with busy_cursor():
                        _update1(cluster_ids)
Exemplo n.º 3
0
 def update_view():
     with busy_cursor():
         self.on_select(cluster_ids, **kwargs)
Exemplo n.º 4
0
Arquivo: base.py Projeto: kwikteam/phy
 def update_view():
     with busy_cursor():
         self.on_select(cluster_ids, **kwargs)