MCPcopy 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
51def 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
61def doit1(level, pen):
62 pen.hideturtle()

Callers 5

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

Calls 7

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

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…