MCPcopy 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
26def coosys():
27 line(-1, 0, N+1, 0)
28 line(0, -0.1, 0, 1.1)
29
30def plot(fun, start, color):
31 pencolor(color)

Callers 1

mainFunction · 0.85

Calls 1

lineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…