Home
last modified time | relevance | path

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

/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/tests/
H A Dtest_findinfiles.py397 assert path_selection_combo.is_file_search() is False
401 assert path_selection_combo.is_file_search() is False
405 assert path_selection_combo.is_file_search() is True
410 assert path_selection_combo.is_file_search() is False
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Dfindinfiles.py298 def is_file_search(self): member in SearchInComboBox
542 file_search = self.path_selection_combo.is_file_search()