Home
last modified time | relevance | path

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

/third_party/python/Lib/turtledemo/
Dcolormixer.py30 self._color[self.x] = self.ycor()
35 screen.bgcolor(red.ycor(), green.ycor(), blue.ycor())
/third_party/python/Lib/test/
Dtest_turtle.py268 self.assertAlmostEqual(self.nav.ycor(), -100)
288 self.assertAlmostEqual(self.nav.ycor(), -100)
291 self.assertAlmostEqual(self.nav.ycor(), 0)
/third_party/python/Doc/library/
Dturtle.rst126 | :func:`ycor`
691 .. function:: ycor()
703 >>> print(round(turtle.ycor(), 5))
/third_party/python/Lib/
Dturtle.py1729 def ycor(self): member in TNavigator