Searched refs:ycor (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Demo/turtle/
H A Dtdemo_colormixer.py30 self._color[self.x] = self.ycor()
35 screen.bgcolor(red.ycor(), green.ycor(), blue.ycor())
/external/python/cpython3/Lib/turtledemo/
H A Dcolormixer.py30 self._color[self.x] = self.ycor()
35 screen.bgcolor(red.ycor(), green.ycor(), blue.ycor())
/external/python/cpython2/Lib/test/
H A Dtest_turtle.py255 self.assertAlmostEqual(self.nav.ycor(), -100)
275 self.assertAlmostEqual(self.nav.ycor(), -100)
278 self.assertAlmostEqual(self.nav.ycor(), 0)
/external/python/cpython3/Lib/test/
H A Dtest_turtle.py259 self.assertAlmostEqual(self.nav.ycor(), -100)
279 self.assertAlmostEqual(self.nav.ycor(), -100)
282 self.assertAlmostEqual(self.nav.ycor(), 0)
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1644 def ycor(self): member in class:TNavigator
1653 >>> print turtle.ycor()
/external/python/cpython3/Lib/
H A Dturtle.py139 'write', 'xcor', 'ycor']
1728 def ycor(self): member in class:TNavigator
1737 >>> print turtle.ycor()

Completed in 138 milliseconds