/third_party/python/Lib/idlelib/ |
H A D | replace.py | 150 text.tag_remove("sel", "1.0", "end") 151 text.tag_remove("hit", "1.0", "end") 252 text.tag_remove("sel", "1.0", "end") 254 text.tag_remove("hit", "1.0", "end") 265 self.text.tag_remove("hit", "1.0", "end") 297 text.tag_remove(SEL, "1.0", END)
|
H A D | search.py | 112 text.tag_remove("sel", "1.0", "end") 154 text.tag_remove('sel', '1.0', 'end')
|
H A D | colorizer.py | 278 self.tag_remove("SYNC", todo_tag_range[0], todo_tag_range[1]) 297 self.tag_remove(tag, mark, next) 355 self.tag_remove(tag, "1.0", "end")
|
H A D | history.py | 86 self.text.tag_remove("sel", "1.0", "end")
|
H A D | pyshell.py | 208 text.tag_remove("BREAK", "insert linestart",\ 224 text.tag_remove("BREAK", "1.0", END) 343 self.tag_remove("TODO", "1.0", "iomark") 350 self.tag_remove(tag, "iomark", "end") 724 text.tag_remove("ERROR", "1.0", "end") 1332 self.text.tag_remove("sel", "1.0", "end") 1363 self.text.tag_remove(self.user_input_insert_tags, index_before)
|
H A D | format.py | 67 text.tag_remove("sel", "1.0", "end") 256 text.tag_remove("sel", "1.0", "end")
|
H A D | editor.py | 407 self.text.tag_remove("sel", "1.0", "end") 422 self.text.tag_remove("sel", "1.0", "end") 561 text.tag_remove("sel", "1.0", "end") 679 self.text.tag_remove("sel", "1.0", "end") 739 text.tag_remove("sel", "1.0", "end") 801 self.text.tag_remove("sel", "1.0", "end")
|
H A D | runscript.py | 92 text.tag_remove("ERROR", "1.0", "end")
|
H A D | grep.py | 211 text.tag_remove(SEL, "1.0", END)
|
H A D | sidebar.py | 195 self.text.tag_remove("sel", "1.0", "end")
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_search.py | 68 text.tag_remove('sel', '1.0', 'end') 72 text.tag_remove('sel', '1.0', 'end')
|
H A D | test_format.py | 450 text.tag_remove('sel', '1.0', 'end') 471 text.tag_remove('sel', '1.0', 'end') 484 text.tag_remove('sel', '1.0', 'end') 529 text.tag_remove('sel', '1.0', 'end')
|
H A D | mock_tk.py | 279 def tag_remove(self, tagName, index1, index2=None): member in Text
|
H A D | test_zzdummy.py | 129 text.tag_remove('sel', '1.0', 'end')
|
H A D | test_colorizer.py | 368 text.tag_remove('TODO', '1.0', 'end') 411 text.tag_remove('TODO', '1.0', 'end')
|
/third_party/python/Tools/demo/ |
H A D | redemo.py | 116 self.stringdisplay.tag_remove("hit", "1.0", END) 120 self.stringdisplay.tag_remove("hit0", "1.0", END)
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 3967 def tag_remove(self, tagName, index1, index2=None): member in Text
|