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

Function doit3

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

Source from the content-addressed store, hash-verified

71 return t
72
73def doit3(level, pen):
74 pen.hideturtle()
75 start(pen, 190, -90)
76 t = tree( [pen], 100, level, 0.1, [[ (45,0.7), (0,0.72), (-45,0.65) ]] )
77 return t
78
79# Hier 3 Baumgeneratoren:
80def main():

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…