Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ start
Function
start
Lib/turtledemo/forest.py:51–59 ·
view source on GitHub ↗
(t,x,y)
Source
from the content-addressed store, hash-verified
49
50
51
def
start(t,x,y):
52
colormode(255)
53
t.reset()
54
t.speed(0)
55
t.hideturtle()
56
t.left(90)
57
t.penup()
58
t.setpos(x,y)
59
t.pendown()
60
61
def
doit1(level, pen):
62
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
left
Method · 0.80
penup
Method · 0.80
pendown
Method · 0.80
reset
Method · 0.45
speed
Method · 0.45
setpos
Method · 0.45
Tested by
1
test_find_good_parse_start
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…