Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ main
Function
main
Lib/turtledemo/tree.py:50–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
pass
49
50
def
main():
51
a=clock()
52
maketree()
53
b=clock()
54
return
"done: %.2f sec."
% (b-a)
55
56
if
__name__ ==
"__main__"
:
57
msg = main()
Callers
1
tree.py
File · 0.70
Calls
1
maketree
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…