HomeSort by relevance Sort by last modified time
    Searched refs:allow_colorizing (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 56 self.allow_colorizing = False
93 allow_colorizing = True variable in class:ColorDelegator
104 if self.allow_colorizing:
116 self.allow_colorizing = False
130 if self.allow_colorizing and self.colorizing:
133 self.allow_colorizing = not self.allow_colorizing
134 if self.allow_colorizing and not self.colorizing:
138 self.allow_colorizing and "on" or "off"
146 if not self.allow_colorizing
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 56 self.allow_colorizing = False
93 allow_colorizing = True variable in class:ColorDelegator
104 if self.allow_colorizing:
116 self.allow_colorizing = False
130 if self.allow_colorizing and self.colorizing:
133 self.allow_colorizing = not self.allow_colorizing
134 if self.allow_colorizing and not self.colorizing:
138 self.allow_colorizing and "on" or "off"
146 if not self.allow_colorizing
    [all...]

Completed in 122 milliseconds