HomeSort by relevance Sort by last modified time
    Searched refs:TurtleScreen (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/Demo/turtle/
tdemo_two_canvases.py 3 Use TurtleScreen and RawTurtle to draw on two
9 from turtle import TurtleScreen, RawTurtle, TK
18 s1 = TurtleScreen(cv1)
20 s2 = TurtleScreen(cv2)
turtleDemo.py 139 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/
two_canvases.py 3 Use TurtleScreen and RawTurtle to draw on two
9 from turtle import TurtleScreen, RawTurtle, TK
18 s1 = TurtleScreen(cv1)
20 s2 = TurtleScreen(cv2)
__main__.py 243 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/
turtle.py 77 - 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)
    [all...]
  /external/python/cpython3/Lib/
turtle.py 77 - 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.update, if _RUNNING becomes False
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 77 - 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
812 """Will be raised in TurtleScreen.update, if _RUNNING becomes False.
840 data = TurtleScreen._image(data)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 77 - 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
812 """Will be raised in TurtleScreen.update, if _RUNNING becomes False.
840 data = TurtleScreen._image(data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 77 - 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
812 """Will be raised in TurtleScreen.update, if _RUNNING becomes False.
840 data = TurtleScreen._image(data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 77 - 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
812 """Will be raised in TurtleScreen.update, if _RUNNING becomes False.
840 data = TurtleScreen._image(data)
    [all...]

Completed in 75 milliseconds