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

Function start

Lib/turtledemo/penrose.py:125–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 tracer(1)
124
125def start():
126 reset()
127 ht()
128 pu()
129 makeshapes()
130 resizemode("user")
131
132def test(l=200, n=4, fun=sun, startpos=(0,0), th=2):
133 global tiledict

Callers 1

demoFunction · 0.70

Calls 3

puFunction · 0.85
makeshapesFunction · 0.85
htFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…