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

Function kite

Lib/turtledemo/penrose.py:22–32  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

20d = 2 * cos(3*pi/10)
21
22def kite(l):
23 fl = f * l
24 lt(36)
25 fd(l)
26 rt(108)
27 fd(fl)
28 rt(36)
29 fd(fl)
30 rt(108)
31 fd(l)
32 rt(144)
33
34def dart(l):
35 fl = f * l

Callers 1

makeshapesFunction · 0.85

Calls 3

fdFunction · 0.85
ltFunction · 0.50
rtFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…