Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ line
Function
line
Lib/turtledemo/chaos.py:21–24 ·
view source on GitHub ↗
(x1, y1, x2, y2)
Source
from the content-addressed store, hash-verified
19
penup(); goto(x,y)
20
21
def
line(x1, y1, x2, y2):
22
jumpto(x1, y1)
23
pendown()
24
goto(x2, y2)
25
26
def
coosys():
27
line(-1, 0, N+1, 0)
Callers
1
coosys
Function · 0.85
Calls
1
jumpto
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…