Searched refs:tag_cget (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_colorizer.py | 221 self.assertEqual(text.tag_cget(tag, plane), '') 223 self.assertEqual(text.tag_cget(tag, plane),
|
D | test_configdialog.py | 575 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color) 679 d.highlight_sample.tag_cget('hilite', 'foreground')) 686 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 | 1012 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 | 3878 def tag_cget(self, tagName, option): member in Text
|