Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ main
Function
main
Lib/turtledemo/clock.py:121–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
pass
# turtledemo user pressed STOP
120
121
def
main():
122
tracer(False)
123
setup()
124
tracer(True)
125
tick()
126
return
"EVENTLOOP"
127
128
if
__name__ ==
"__main__"
:
129
mode(
"logo"
)
Callers
1
clock.py
File · 0.70
Calls
3
tracer
Function · 0.85
tick
Function · 0.85
setup
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…