Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DconfigDialog.py918 colour = self.textHighlightSample.tag_cget(tag, plane)
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py922 colour = self.textHighlightSample.tag_cget(tag, plane)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3181 def tag_cget(self, tagName, option): member in Text
/external/python/cpython3/Lib/tkinter/
D__init__.py3355 def tag_cget(self, tagName, option): member in Text