Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
394
def
main():
395
demo = DemoWindow()
396
demo.root.mainloop()
397
398
if
__name__ ==
'__main__'
:
399
main()
Callers
2
__main__.py
File · 0.90
__main__.py
File · 0.70
Calls
2
DemoWindow
Class · 0.85
mainloop
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…