Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
def
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
65
def
doit1(level, pen):
66
pen.hideturtle()
Callers
5
doit1
Function · 0.70
doit2
Function · 0.70
doit3
Function · 0.70
handler
Method · 0.50
test_find_good_parse_start
Method · 0.50
Calls
7
hideturtle
Method · 0.80
penup
Method · 0.80
pendown
Method · 0.80
reset
Method · 0.45
speed
Method · 0.45
left
Method · 0.45
setpos
Method · 0.45
Tested by
1
test_find_good_parse_start
Method · 0.40