Home
last modified time | relevance | path

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

/third_party/python/Lib/turtledemo/
Dbytedesign.py75 self.setheading(oldh)
81 self.setheading(oldh)
96 self.setheading(oldh)
105 self.setheading(oldh)
Dclock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
Dpenrose.py97 setheading(h)
138 setheading(0)
Dplanet_and_moon.py64 self.setheading(self.towards(self.gravSys.planets[0]))
/third_party/python/Lib/test/
Dtest_turtle.py384 self.nav.setheading(102.32)
386 self.nav.setheading(-123.23)
388 self.nav.setheading(-1000.34)
390 self.nav.setheading(300000)
/third_party/python/Lib/
Dturtle.py1791 self.setheading(0)
1911 def setheading(self, to_angle): member in TNavigator
2019 seth = setheading
4045 setheading(towards(0, 0))
4110 setheading(towards(turtle))
4115 tri.setheading(tri.towards(turtle))
/third_party/python/Doc/library/
Dturtle.rst112 | :func:`setheading` | :func:`seth`
302 >>> turtle.setheading(22)
327 >>> turtle.setheading(22)
420 .. function:: setheading(to_angle)
440 >>> turtle.setheading(90)
454 >>> turtle.setheading(90)