Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/turtle/
Dtdemo_colormixer.py30 self._color[self.x] = self.ycor()
35 screen.bgcolor(red.ycor(), green.ycor(), blue.ycor())
/external/python/cpython2/Lib/test/
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/cpython2/Doc/library/
Dturtle.rst111 | :func:`ycor`
647 .. function:: ycor()
658 >>> print turtle.ycor()
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1644 def ycor(self): member in TNavigator