Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dturtle.rst388 .. function:: setheading(to_angle)
389 seth(to_angle)
391 :param to_angle: a number (integer or float)
393 Set the orientation of the turtle to *to_angle*. Here are some common
/external/python/cpython3/Doc/library/
Dturtle.rst408 .. function:: setheading(to_angle)
409 seth(to_angle)
411 :param to_angle: a number (integer or float)
413 Set the orientation of the turtle to *to_angle*. Here are some common
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1826 def setheading(self, to_angle): argument
1849 angle = (to_angle - self.heading())*self._angleOrient
/external/python/cpython3/Lib/
Dturtle.py1910 def setheading(self, to_angle): argument
1933 angle = (to_angle - self.heading())*self._angleOrient