Searched refs:tag_prevrange (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_parenmatch.py | 70 text.tag_prevrange('paren', 'end'), range1) 76 self.assertEqual(text.tag_prevrange('paren', 'end'), ()) 80 text.tag_prevrange('paren', 'end'), range2)
|
H A D | test_calltip.py | 276 text.tag_prevrange = Mock(return_value=None)
|
/third_party/python/Lib/idlelib/ |
H A D | colorizer.py | 279 sync_tag_range = self.tag_prevrange("SYNC", todo_tag_range[0])
|
H A D | squeezer.py | 307 start, end = self.text.tag_prevrange(tag_name, tk.INSERT + "+1c")
|
H A D | hyperparser.py | 54 r = text.tag_prevrange("console", index)
|
H A D | pyshell.py | 1267 prev = self.text.tag_prevrange("stdin", "insert") 1274 prev_cons = self.text.tag_prevrange("console", "insert")
|
H A D | editor.py | 1289 return self.text.tag_prevrange("TODO", text_index) or \ 1473 r = text.tag_prevrange("console", "insert")
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 3949 def tag_prevrange(self, tagName, index1, index2=None): member in Text
|
Completed in 14 milliseconds