Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py38 self.show_hit(first, last)
124 self.show_hit(first, last)
139 self.show_hit(first, last)
170 self.show_hit(first, text.index("insert"))
174 def show_hit(self, first, last): member in ReplaceDialog
/external/python/cpython3/Lib/idlelib/
Dreplace.py73 self.show_hit(first, last)
185 self.show_hit(first, last)
204 self.show_hit(first, last)
236 self.show_hit(first, text.index("insert"))
240 def show_hit(self, first, last): member in ReplaceDialog