Searched refs:_colorstr (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 1090 def _colorstr(self, color): member in 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 TPen 2600 def _colorstr(self, args): member in RawTurtle [all …]
|
/external/python/cpython3/Lib/ |
D | turtle.py | 1142 def _colorstr(self, color): member in 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 TPen 2695 def _colorstr(self, args): member in RawTurtle [all …]
|