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

Function main

Lib/turtledemo/nim.py:215–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213
214
215def main():
216 mainscreen = turtle.Screen()
217 mainscreen.mode("standard")
218 mainscreen.setup(SCREENWIDTH, SCREENHEIGHT)
219 nim = Nim(mainscreen)
220 return "EVENTLOOP"
221
222if __name__ == "__main__":
223 main()

Callers 1

nim.pyFile · 0.70

Calls 3

NimClass · 0.85
modeMethod · 0.45
setupMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…