Searched refs:_iscolorstring (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py592 def _iscolorstring(self, color): member in class:TurtleScreenBase
1103 if self._iscolorstring(color) or color == "":
/external/python/cpython3/Lib/
H A Dturtle.py568 def _iscolorstring(self, color): member in class:TurtleScreenBase
1155 if self._iscolorstring(color) or color == "":

Completed in 176 milliseconds