Home
last modified time | relevance | path

Searched refs:tag_prevrange (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_parenmatch.py70 text.tag_prevrange('paren', 'end'), range1)
76 self.assertEqual(text.tag_prevrange('paren', 'end'), ())
80 text.tag_prevrange('paren', 'end'), range2)
H A Dtest_calltip.py276 text.tag_prevrange = Mock(return_value=None)
/third_party/python/Lib/idlelib/
H A Dcolorizer.py279 sync_tag_range = self.tag_prevrange("SYNC", todo_tag_range[0])
H A Dsqueezer.py307 start, end = self.text.tag_prevrange(tag_name, tk.INSERT + "+1c")
H A Dhyperparser.py54 r = text.tag_prevrange("console", index)
H A Dpyshell.py1267 prev = self.text.tag_prevrange("stdin", "insert")
1274 prev_cons = self.text.tag_prevrange("console", "insert")
H A Deditor.py1289 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__.py3949 def tag_prevrange(self, tagName, index1, index2=None): member in Text

Completed in 14 milliseconds