Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ coosys
Function
coosys
Lib/turtledemo/chaos.py:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
goto(x2, y2)
25
26
def
coosys():
27
line(-1, 0, N+1, 0)
28
line(0, -0.1, 0, 1.1)
29
30
def
plot(fun, start, color):
31
pencolor(color)
Callers
1
main
Function · 0.85
Calls
1
line
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…