MCPcopy Index your code
hub / github.com/python/cpython / main

Function main

Lib/turtledemo/chaos.py:41–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 dot(5)
40
41def main():
42 reset()
43 setworldcoordinates(-1.0,-0.1, N+1, 1.1)
44 speed(0)
45 hideturtle()
46 coosys()
47 plot(f, 0.35, "blue")
48 plot(g, 0.35, "green")
49 plot(h, 0.35, "red")
50 # Now zoom in:
51 for s in range(100):
52 setworldcoordinates(0.5*s,-0.1, N+1, 1.1)
53 return "Done!"
54
55if __name__ == "__main__":
56 main()

Callers 1

chaos.pyFile · 0.70

Calls 2

coosysFunction · 0.85
plotFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…