Home
last modified time | relevance | path

Searched refs:allow_colorizing (Results 1 – 2 of 2) 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"):
/external/python/cpython3/Lib/idlelib/
Dcolorizer.py74 self.allow_colorizing = False
110 allow_colorizing = True variable in ColorDelegator
121 if self.allow_colorizing:
133 self.allow_colorizing = False
147 if self.allow_colorizing and self.colorizing:
150 self.allow_colorizing = not self.allow_colorizing
151 if self.allow_colorizing and not self.colorizing:
155 self.allow_colorizing and "on" or "off")
163 if not self.allow_colorizing:
179 if self.allow_colorizing and self.tag_nextrange("TODO", "1.0"):