MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / start

Function start

tools/python-3.11.9-amd64/Lib/turtledemo/forest.py:55–63  ·  view source on GitHub ↗
(t,x,y)

Source from the content-addressed store, hash-verified

53
54
55def start(t,x,y):
56 colormode(255)
57 t.reset()
58 t.speed(0)
59 t.hideturtle()
60 t.left(90)
61 t.penup()
62 t.setpos(x,y)
63 t.pendown()
64
65def doit1(level, pen):
66 pen.hideturtle()

Callers 5

doit1Function · 0.70
doit2Function · 0.70
doit3Function · 0.70
handlerMethod · 0.50

Calls 7

hideturtleMethod · 0.80
penupMethod · 0.80
pendownMethod · 0.80
resetMethod · 0.45
speedMethod · 0.45
leftMethod · 0.45
setposMethod · 0.45

Tested by 1