Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DColorDelegator.py56 self.allow_colorizing = False
92 allow_colorizing = True variable in ColorDelegator
103 if self.allow_colorizing:
115 self.allow_colorizing = False
129 if self.allow_colorizing and self.colorizing:
132 self.allow_colorizing = not self.allow_colorizing
133 if self.allow_colorizing and not self.colorizing:
137 self.allow_colorizing and "on" or "off"
145 if not self.allow_colorizing:
161 if self.allow_colorizing and self.tag_nextrange("TODO", "1.0"):