MCPcopy 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
18def jumpto(x, y):
19 penup(); goto(x,y)
20
21def line(x1, y1, x2, y2):
22 jumpto(x1, y1)

Callers 2

lineFunction · 0.85
plotFunction · 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…