Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ jumpto
Function
jumpto
Lib/turtledemo/chaos.py:18–19 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
16
return
3.9*x-3.9*x*x
17
18
def
jumpto(x, y):
19
penup(); goto(x,y)
20
21
def
line(x1, y1, x2, y2):
22
jumpto(x1, y1)
Callers
2
line
Function · 0.85
plot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…