Searched refs:TurtleScreen (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Demo/turtle/
H A Dtdemo_two_canvases.py3 Use TurtleScreen and RawTurtle to draw on two
9 from turtle import TurtleScreen, RawTurtle, TK namespace
18 s1 = TurtleScreen(cv1)
20 s2 = TurtleScreen(cv2)
H A DturtleDemo.py139 turtle.TurtleScreen.__init__(_s_, _s_._canvas)
220 turtle.TurtleScreen._RUNNING = True
257 turtle.TurtleScreen._RUNNING = False
259 turtle.TurtleScreen._RUNNING = False
262 turtle.TurtleScreen._RUNNING = False
/external/python/cpython3/Lib/turtledemo/
H A Dtwo_canvases.py3 Use TurtleScreen and RawTurtle to draw on two
9 from turtle import TurtleScreen, RawTurtle, TK namespace
18 s1 = TurtleScreen(cv1)
20 s2 = TurtleScreen(cv2)
H A D__main__.py243 turtle.TurtleScreen.__init__(_s_, _s_._canvas)
319 turtle.TurtleScreen._RUNNING = False
335 turtle.TurtleScreen._RUNNING = True
373 turtle.TurtleScreen._RUNNING = False
376 turtle.TurtleScreen._RUNNING = False
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py77 - A TurtleScreen class with methods controlling background color or
79 TurtleScreen.
82 coordinate-system for the TurtleScreen.
88 - Appearance of the TurtleScreen and the Turtles at startup/import can be
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
157 "mode": "standard", # TurtleScreen
813 """Will be raised in TurtleScreen.update, if _RUNNING becomes False.
841 data = TurtleScreen._image(data)
911 class TurtleScreen(TurtleScreenBase): class in inherits:TurtleScreenBase
954 """Delete all drawings and all turtles from the TurtleScreen
[all...]
/external/python/cpython3/Lib/
H A Dturtle.py77 - A TurtleScreen class with methods controlling background color or
79 TurtleScreen.
82 coordinate-system for the TurtleScreen.
88 - Appearance of the TurtleScreen and the Turtles at startup/import can be
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
155 "mode": "standard", # TurtleScreen
809 Example (for a TurtleScreen instance named screen):
824 Example (for a TurtleScreen instance named screen):
844 Example (for a TurtleScreen instance named screen):
858 """Will be raised in TurtleScreen
956 class TurtleScreen(TurtleScreenBase): class in inherits:TurtleScreenBase
[all...]

Completed in 165 milliseconds