Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
215
def
main():
216
mainscreen = turtle.Screen()
217
mainscreen.mode(
"standard"
)
218
mainscreen.setup(SCREENWIDTH, SCREENHEIGHT)
219
nim = Nim(mainscreen)
220
return
"EVENTLOOP"
221
222
if
__name__ ==
"__main__"
:
223
main()
Callers
1
nim.py
File · 0.70
Calls
3
Nim
Class · 0.85
mode
Method · 0.45
setup
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…