Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dcolorizer.py157 for tag, cnf in self.tagdefs.items():
164 self.tagdefs = {
179 if DEBUG: print('tagdefs', self.tagdefs)
296 for tag in self.tagdefs:
354 for tag in self.tagdefs:
Doutwin.py161 tagdefs = { variable in OnDemandOutputWindow
179 for tag, cnf in self.tagdefs.items():
Dpyshell.py358 for tag in self.tagdefs:
/third_party/python/Lib/idlelib/idle_test/
Dtest_colorizer.py207 for tag, colors in self.color.tagdefs.items():
217 for tag in self.color.tagdefs:
611 for tag in color.tagdefs:
616 for tag in color.tagdefs: