Home
last modified time | relevance | path

Searched refs:__restore_selection (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/sourcecode/
H A Dbase.py647 self.__restore_selection(start_pos, end_pos)
829 def __restore_selection(self, start_pos, end_pos): member in TextEditBaseWidget
874 self.__restore_selection(start_pos, end_pos)
923 self.__restore_selection(start_pos, end_pos)
931 self.__restore_selection(start_pos, end_pos)
967 self.__restore_selection(start_pos, end_pos)
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowfeaturestatistics.py811 self.__restore_selection()
817 def __restore_selection(self): member in OWFeatureStatistics