Searched refs:tag_cget (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_colorizer.py | 197 self.assertEqual(text.tag_cget(tag, plane), '') 199 self.assertEqual(text.tag_cget(tag, plane),
|
D | test_configdialog.py | 596 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color) 700 d.highlight_sample.tag_cget('hilite', 'foreground')) 707 hs_tag = page.highlight_sample.tag_cget
|
/external/python/cpython2/Lib/idlelib/ |
D | configDialog.py | 918 colour = self.textHighlightSample.tag_cget(tag, plane)
|
/external/python/cpython3/Lib/idlelib/ |
D | configdialog.py | 1241 color = self.highlight_sample.tag_cget(tag, plane)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 3186 def tag_cget(self, tagName, option): member in Text
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 3845 def tag_cget(self, tagName, option): member in Text
|