Home
last modified time | relevance | path

Searched refs:sety (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/turtledemo/
Dcolormixer.py22 self.sety(1)
24 self.sety(y)
29 self.sety(max(0,min(y,1)))
Dminimal_hanoi.py37 d.sety(-150+34*len(self))
41 d.sety(150)
Dsorting_animate.py53 d.sety(self.y + y_offset)
70 b.sety(200)
81 b.sety(self.y + y_offset)
/third_party/python/Lib/test/
Dtest_turtle.py401 self.nav.sety(193323.234)
/third_party/python/Doc/library/
Dturtle.rst111 | :func:`sety`
398 .. function:: sety(y)
415 >>> turtle.sety(-10)
/third_party/python/Lib/
Dturtle.py1811 def sety(self, y): member in TNavigator