Home
last modified time | relevance | path

Searched refs:tag_names (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dsqueezer.py329 tag_names = self.text.tag_names(tk.INSERT)
331 if tag_name in tag_names:
Dcolorizer.py249 ok = "SYNC" in self.tag_names(next + "-1c")
273 if "SYNC" in self.tag_names(next + "-1c"):
Deditor.py1182 "STRING" in self.text.tag_names(text_index)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_colorizer.py202 self.assertEqual(text.tag_names()[-1], 'sel')
376 for tag in text.tag_names():
386 eq(text.tag_names(index), expected_tags)
Dtest_configdialog.py416 for tag in hs.tag_names():
/external/python/cpython2/Lib/idlelib/
DColorDelegator.py192 ok = "SYNC" in self.tag_names(next + "-1c")
216 if "SYNC" in self.tag_names(next + "-1c"):
DEditorWindow.py1155 "STRING" in self.text.tag_names(text_index)
/external/python/cpython2/Demo/tkinter/guido/
DManPage.py169 tags = self.tag_names(here)
/external/python/cpython3/Lib/tkinter/
D__init__.py3379 def tag_names(self, index=None): member in Text
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3204 def tag_names(self, index=None): member in Text