Home
last modified time | relevance | path

Searched refs:_colorstr (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dturtle.py1143 def _colorstr(self, color): member in TurtleScreen
1238 color = self._colorstr(args)
2217 pcolor = self._colorstr(pcolor)
2218 fcolor = self._colorstr(fcolor)
2253 color = self._colorstr(args)
2289 color = self._colorstr(args)
2419 p["pencolor"] = self._colorstr((p["pencolor"],))
2435 p["fillcolor"] = self._colorstr((p["fillcolor"],))
2470 def _colorstr(self, args): member in TPen
2696 def _colorstr(self, args): member in RawTurtle
[all …]