Searched refs:colormode (Results 1 - 2 of 2) sorted by relevance
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | turtle.py | 121 'clearscreen', 'colormode', 'delay', 'exitonclick', 'getcanvas', 158 "colormode": 1.0, 921 colormode=_CFG["colormode"], delay=_CFG["delay"]): 948 self._colormode = _CFG["colormode"] 966 self._colormode = _CFG["colormode"] 1093 numbers corresponding to actual colormode, 1094 i.e. in the range 0<=n<=colormode. 1127 def colormode(self, cmode=None): member in class:TurtleScreen 1128 """Return the colormode o [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | turtle.py | 121 'clearscreen', 'colormode', 'delay', 'exitonclick', 'getcanvas', 158 "colormode": 1.0, 921 colormode=_CFG["colormode"], delay=_CFG["delay"]): 948 self._colormode = _CFG["colormode"] 966 self._colormode = _CFG["colormode"] 1093 numbers corresponding to actual colormode, 1094 i.e. in the range 0<=n<=colormode. 1127 def colormode(self, cmode=None): member in class:TurtleScreen 1128 """Return the colormode o [all...] |
Completed in 450 milliseconds