Searched refs:Turtle (Results 1 – 23 of 23) sorted by relevance
/third_party/python/Lib/turtledemo/ |
D | forest.py | 14 from turtle import Turtle, colormode, tracer, mainloop 85 p = Turtle() 88 u = doit1(6, Turtle(undobuffersize=1)) 89 s = doit2(7, Turtle(undobuffersize=1)) 90 t = doit3(5, Turtle(undobuffersize=1))
|
D | colormixer.py | 3 from turtle import Screen, Turtle, mainloop 5 class ColorTurtle(Turtle): 8 Turtle.__init__(self) 48 writer = Turtle()
|
D | clock.py | 63 second_hand = Turtle() 66 minute_hand = Turtle() 69 hour_hand = Turtle() 77 writer = Turtle()
|
D | planet_and_moon.py | 20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec 38 class Star(Turtle): 40 Turtle.__init__(self, shape=shape) 71 s = Turtle()
|
D | tree.py | 18 from turtle import Turtle, mainloop 40 p = Turtle()
|
D | rosette.py | 16 from turtle import Screen, Turtle, mainloop 39 p=Turtle()
|
D | minimal_hanoi.py | 22 class Disc(Turtle): 24 Turtle.__init__(self, shape="square", visible=False)
|
D | nim.py | 89 class Stick(turtle.Turtle): 91 turtle.Turtle.__init__(self, visible=False) 124 self.writer = turtle.Turtle(visible=False)
|
D | bytedesign.py | 25 from turtle import Turtle, mainloop 30 class Designer(Turtle):
|
D | sorting_animate.py | 22 class Block(Turtle): 26 Turtle.__init__(self, shape="square", visible=False)
|
/third_party/skia/docs/examples/ |
D | Turtle.cpp | 4 REG_FIDDLE_ANIMATED(Turtle, 256, 256, false, 0, 2) { 21 struct Turtle { float x; float y; float h; bool p; } t; argument 44 Turtle nt = { t.x + sinf(r) * d, t.y - cosf(r) * d, t.h, t.p }; in eval()
|
/third_party/python/Doc/library/ |
D | turtle.rst | 2 :mod:`turtle` --- Turtle graphics 15 turtle = Turtle() 22 Turtle graphics is a popular way for introducing programming to kids. It was 31 .. sidebar:: Turtle star 33 Turtle can draw intricate shapes using programs that repeat simple 71 2. :class:`RawTurtle` (alias: :class:`RawPen`) defines Turtle objects which draw 75 Derived from RawTurtle is the subclass :class:`Turtle` (alias: :class:`Pen`), 79 All methods of RawTurtle/Turtle also exist as functions, i.e. part of the 83 of the classes :class:`Screen` and :class:`Turtle`. They have the same names as 86 automatically created whenever any of the functions derived from a Turtle method [all …]
|
D | cmd.rst | 288 print('Thank you for using Turtle') 381 Thank you for using Turtle
|
D | tkinter.rst | 204 Turtle graphics in a Tk window.
|
D | idle.rst | 343 Turtle Demo
|
/third_party/python/Lib/ |
D | turtle.py | 1033 Turtle._pen = None 3663 if Turtle._screen is None: 3664 Turtle._screen = _Screen() 3665 return Turtle._screen 3755 Turtle._pen = None 3756 Turtle._screen = None 3800 class Turtle(RawTurtle): class 3813 if Turtle._screen is None: 3814 Turtle._screen = Screen() 3815 RawTurtle.__init__(self, Turtle._screen, [all …]
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | alice29.txt | 2362 The Mock Turtle's Story 2513 Alice, `Have you seen the Mock Turtle yet?' 2515 `No,' said Alice. `I don't even know what a Mock Turtle is.' 2517 `It's the thing Mock Turtle Soup is made from,' said the Queen. 2532 see the Mock Turtle, and to hear his history. I must go back and 2552 They had not gone far before they saw the Mock Turtle in the 2560 So they went up to the Mock Turtle, who looked at them with 2566 `I'll tell it her,' said the Mock Turtle in a deep, hollow 2574 `Once,' said the Mock Turtle at last, with a deep sigh, `I was 2575 a real Turtle.' [all …]
|
/third_party/googletest/docs/ |
D | gmock_for_dummies.md | 102 the API in an interface (say, `Turtle`) and code to that interface: 105 class Turtle { 107 virtual ~Turtle() {} 118 (Note that the destructor of `Turtle` **must** be virtual, as is the case for 144 Using the `Turtle` interface as example, here are the simple steps you need to 147 * Derive a class `MockTurtle` from `Turtle`. 148 * Take a *virtual* function of `Turtle` (while it's possible to 169 class MockTurtle : public Turtle {
|
D | gmock_cook_book.md | 544 Turtle* MakeTurtle(int length, int weight) override { ... } 545 Turtle* MakeTurtle(int length, int weight, int speed) override { ... } 548 MOCK_METHOD(Turtle*, DoMakeTurtle, ());
|
/third_party/python/Lib/idlelib/ |
D | README.txt | 213 Turtle Demo # eEW.open_turtle_demo
|
D | ChangeLog | 1445 * Attic/turtle.py: Turtle graphics
|
/third_party/rust/crates/nom/ |
D | README.md | 269 [Turtle](https://github.com/vandenoever/rome/tree/master/src/io/turtle),
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 1.txt | 19000 1701448|Turtle Lake, ND 20761 1715986|Turtle Lake, WI
|