Home
last modified time | relevance | path

Searched refs:refresh_tree (Results 1 – 7 of 7) sorted by relevance

/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dbase_file_browser.py658 self.refresh_tree()
661 self.refresh_tree()
690 self.refresh_tree()
742 def refresh_tree(self, paths_to_invalidate=None): member in BaseFileBrowser
798 self.refresh_tree()
819 self.refresh_tree()
842 self.refresh_tree()
911 self.refresh_tree()
915 self.refresh_tree()
1043 self.refresh_tree([parent])
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dfiles.py54 self.local_files.refresh_tree()
214 self.master.remote_files.refresh_tree()
244 self.refresh_tree()
273 self.master.local_files.refresh_tree()
/dports/misc/urh/urh-2.9.2/src/urh/controller/
H A DSimulatorTabController.py175 self.tree_model.modelReset.connect(self.refresh_tree)
505 def refresh_tree(self): member in SimulatorTabController
H A DGeneratorTabController.py113 compare_frame_controller.proto_tree_model.modelReset.connect(self.refresh_tree)
160 def refresh_tree(self): member in GeneratorTabController
H A DMainController.py427 self.generator_tab_controller.refresh_tree()
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/gtkui/
H A Dconfigwindow.py920 def refresh_tree(self): member in ConfigWindow
937 self.refresh_tree()
1321 self.refresh_tree()
/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp15858 void refresh_tree();
16065 bs_conf.refresh_tree(); in parse_beam_search()
16105 bs_conf_new.refresh_tree(); in parse_beam_search()
16117 w->bs_confs[iteration & 1][best].refresh_tree(); in parse_beam_search()
16125 void parser_nn::workspace::beam_size_configuration::refresh_tree() { in refresh_tree() function in ufal::udpipe::parsito::parser_nn::workspace::beam_size_configuration