MCPcopy Index your code
hub / github.com/python/cpython / doit1

Function doit1

Lib/turtledemo/forest.py:61–65  ·  view source on GitHub ↗
(level, pen)

Source from the content-addressed store, hash-verified

59 t.pendown()
60
61def doit1(level, pen):
62 pen.hideturtle()
63 start(pen, 20, -208)
64 t = tree( [pen], 80, level, 0.1, [[ (45,0.69), (0,0.65), (-45,0.71) ]] )
65 return t
66
67def doit2(level, pen):
68 pen.hideturtle()

Callers 1

mainFunction · 0.85

Calls 3

hideturtleMethod · 0.80
startFunction · 0.70
treeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…