Home
last modified time | relevance | path

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

/external/python/cpython3/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]))
/external/python/cpython2/Demo/turtle/
Dtdemo_bytedesign.py76 self.setheading(oldh)
82 self.setheading(oldh)
97 self.setheading(oldh)
106 self.setheading(oldh)
Dtdemo_clock.py113 second_hand.setheading(6*sekunde) # or here
114 minute_hand.setheading(6*minute)
115 hour_hand.setheading(30*stunde)
Dtdemo_penrose.py97 setheading(h)
138 setheading(0)
Dtdemo_planet_and_moon.py65 self.setheading(self.towards(self.gravSys.planets[0]))
/external/python/cpython2/Lib/test/
Dtest_turtle.py371 self.nav.setheading(102.32)
373 self.nav.setheading(-123.23)
375 self.nav.setheading(-1000.34)
377 self.nav.setheading(300000)
/external/python/cpython3/Lib/test/
Dtest_turtle.py375 self.nav.setheading(102.32)
377 self.nav.setheading(-123.23)
379 self.nav.setheading(-1000.34)
381 self.nav.setheading(300000)
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1706 self.setheading(0)
1826 def setheading(self, to_angle): member in TNavigator
1934 seth = setheading
3939 setheading(towards(0, 0))
4003 setheading(towards(turtle))
4008 tri.setheading(tri.towards(turtle))
/external/python/cpython3/Lib/
Dturtle.py1790 self.setheading(0)
1910 def setheading(self, to_angle): member in TNavigator
2018 seth = setheading
4043 setheading(towards(0, 0))
4108 setheading(towards(turtle))
4113 tri.setheading(tri.towards(turtle))
/external/python/cpython2/Doc/library/
Dturtle.rst97 | :func:`setheading` | :func:`seth`
279 >>> turtle.setheading(22)
302 >>> turtle.setheading(22)
388 .. function:: setheading(to_angle)
407 >>> turtle.setheading(90)
420 >>> turtle.setheading(90)
/external/python/cpython3/Doc/library/
Dturtle.rst112 | :func:`setheading` | :func:`seth`
299 >>> turtle.setheading(22)
322 >>> turtle.setheading(22)
408 .. function:: setheading(to_angle)
427 >>> turtle.setheading(90)
440 >>> turtle.setheading(90)