Searched defs:_colorstr (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py1090 def _colorstr(self, color): member in class:TurtleScreen
1185 color = self._colorstr(args)
2131 pcolor = self._colorstr(pcolor)
2132 fcolor = self._colorstr(fcolor)
2167 color = self._colorstr(args)
2203 color = self._colorstr(args)
2331 p["pencolor"] = self._colorstr((p["pencolor"],))
2347 p["fillcolor"] = self._colorstr((p["fillcolor"],))
2374 def _colorstr(self, args): member in class:TPen
2600 def _colorstr(sel function
[all...]
/external/python/cpython3/Lib/
H A Dturtle.py1142 def _colorstr(self, color): member in class:TurtleScreen
1237 color = self._colorstr(args)
2216 pcolor = self._colorstr(pcolor)
2217 fcolor = self._colorstr(fcolor)
2252 color = self._colorstr(args)
2288 color = self._colorstr(args)
2418 p["pencolor"] = self._colorstr((p["pencolor"],))
2434 p["fillcolor"] = self._colorstr((p["fillcolor"],))
2469 def _colorstr(self, args): member in class:TPen
2695 def _colorstr(sel member in class:RawTurtle
[all...]

Completed in 196 milliseconds