Searched refs:setworldcoordinates (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Demo/turtle/ |
D | tdemo_chaos.py | 45 setworldcoordinates(-1.0,-0.1, N+1, 1.1) 54 setworldcoordinates(0.5*s,-0.1, N+1, 1.1)
|
D | tdemo_colormixer.py | 41 screen.setworldcoordinates(-1, -0.3, 3, 1.3)
|
D | about_turtle.txt | 61 - There is a method, setworldcoordinates(), to install a user defined
|
/external/python/cpython3/Lib/turtledemo/ |
D | chaos.py | 45 setworldcoordinates(-1.0,-0.1, N+1, 1.1) 54 setworldcoordinates(0.5*s,-0.1, N+1, 1.1)
|
D | colormixer.py | 41 screen.setworldcoordinates(-1, -0.3, 3, 1.3)
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 185 | :func:`setworldcoordinates` 1545 .. function:: setworldcoordinates(llx, lly, urx, ury) 1562 >>> screen.setworldcoordinates(-50,-7.5,50,7.5)
|
/external/python/cpython3/Doc/library/ |
D | turtle.rst | 199 | :func:`setworldcoordinates` 1602 .. function:: setworldcoordinates(llx, lly, urx, ury) 1619 >>> screen.setworldcoordinates(-50,-7.5,50,7.5)
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 1015 def setworldcoordinates(self, llx, lly, urx, ury): member in TurtleScreen
|
/external/python/cpython3/Lib/ |
D | turtle.py | 1068 def setworldcoordinates(self, llx, lly, urx, ury): member in TurtleScreen
|