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

Function main

Lib/turtledemo/__main__.py:394–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392
393
394def main():
395 demo = DemoWindow()
396 demo.root.mainloop()
397
398if __name__ == '__main__':
399 main()

Callers 2

__main__.pyFile · 0.90
__main__.pyFile · 0.70

Calls 2

DemoWindowClass · 0.85
mainloopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…