Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
20
d = 2 * cos(3*pi/10)
21
22
def
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
34
def
dart(l):
35
fl = f * l
Callers
1
makeshapes
Function · 0.85
Calls
3
fd
Function · 0.85
lt
Function · 0.50
rt
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…