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

Function doit2

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

Source from the content-addressed store, hash-verified

65 return t
66
67def doit2(level, pen):
68 pen.hideturtle()
69 start(pen, -135, -130)
70 t = tree( [pen], 120, level, 0.1, [[ (45,0.69), (-45,0.71) ]] )
71 return t
72
73def doit3(level, pen):
74 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…