Home
last modified time | relevance | path

Searched refs:setworldcoordinates (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Demo/turtle/
Dtdemo_chaos.py45 setworldcoordinates(-1.0,-0.1, N+1, 1.1)
54 setworldcoordinates(0.5*s,-0.1, N+1, 1.1)
Dtdemo_colormixer.py41 screen.setworldcoordinates(-1, -0.3, 3, 1.3)
Dabout_turtle.txt61 - There is a method, setworldcoordinates(), to install a user defined
/external/python/cpython2/Doc/library/
Dturtle.rst185 | :func:`setworldcoordinates`
1545 .. function:: setworldcoordinates(llx, lly, urx, ury)
1562 >>> screen.setworldcoordinates(-50,-7.5,50,7.5)
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1015 def setworldcoordinates(self, llx, lly, urx, ury): member in TurtleScreen