Searched refs:search_forward (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | searchengine.py | 139 res = self.search_forward(text, prog, line, col, wrap, ok) 142 def search_forward(self, text, prog, line, col, wrap, ok=0): member in SearchEngine
|
H A D | replace.py | 161 while res := self.engine.search_forward(
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_searchengine.py | 220 cls.engine.search_forward = lambda *args: ('f', args) 265 # Test that search_forward method finds the target. 300 forward = self.make_search(self.engine.search_forward)
|
Completed in 2 milliseconds