Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DColorDelegator.py59 for tag, cnf in self.tagdefs.items():
66 self.tagdefs = {
79 if DEBUG: print 'tagdefs',self.tagdefs
197 for tag in self.tagdefs.keys():
235 for tag in self.tagdefs.keys():
DOutputWindow.py127 tagdefs = { variable in OnDemandOutputWindow
145 for tag, cnf in self.tagdefs.items():
DPyShell.py347 self.tagdefs.update({
356 for tag in self.tagdefs:
/external/python/cpython3/Lib/idlelib/
Dcolorizer.py110 for tag, cnf in self.tagdefs.items():
117 self.tagdefs = {
130 if DEBUG: print('tagdefs',self.tagdefs)
254 for tag in self.tagdefs:
293 for tag in self.tagdefs:
Doutwin.py163 tagdefs = { variable in OnDemandOutputWindow
181 for tag, cnf in self.tagdefs.items():
Dpyshell.py348 self.tagdefs.update({
357 for tag in self.tagdefs:
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_colorizer.py183 for tag, colors in self.color.tagdefs.items():
193 for tag in self.color.tagdefs:
412 for tag in color.tagdefs:
417 for tag in color.tagdefs: