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

Function makeshapes

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

Source from the content-addressed store, hash-verified

111 lt(72)
112
113def makeshapes():
114 tracer(0)
115 begin_poly()
116 kite(100)
117 end_poly()
118 register_shape("kite", get_poly())
119 begin_poly()
120 dart(100)
121 end_poly()
122 register_shape("dart", get_poly())
123 tracer(1)
124
125def start():
126 reset()

Callers 1

startFunction · 0.85

Calls 3

tracerFunction · 0.85
kiteFunction · 0.85
dartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…