Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
125
def
start():
126
reset()
127
ht()
128
pu()
129
makeshapes()
130
resizemode(
"user"
)
131
132
def
test(l=200, n=4, fun=sun, startpos=(0,0), th=2):
133
global tiledict
Callers
1
demo
Function · 0.70
Calls
3
pu
Function · 0.85
makeshapes
Function · 0.85
ht
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…