Home
last modified time | relevance | path

Searched refs:tag_cget (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_colorizer.py197 self.assertEqual(text.tag_cget(tag, plane), '')
199 self.assertEqual(text.tag_cget(tag, plane),
Dtest_configdialog.py500 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
604 d.highlight_sample.tag_cget('hilite', 'foreground'))
611 hs_tag = d.highlight_sample.tag_cget
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py918 colour = self.textHighlightSample.tag_cget(tag, plane)
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py1223 color = self.highlight_sample.tag_cget(tag, plane)
/external/python/cpython3/Lib/tkinter/
D__init__.py3361 def tag_cget(self, tagName, option): member in Text
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3186 def tag_cget(self, tagName, option): member in Text