MCPcopy 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
21def line(x1, y1, x2, y2):
22 jumpto(x1, y1)
23 pendown()
24 goto(x2, y2)
25
26def coosys():
27 line(-1, 0, N+1, 0)

Callers 1

coosysFunction · 0.85

Calls 1

jumptoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…