Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ main
Function
main
tools/python-3.11.9-amd64/Lib/turtledemo/tree.py:53–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
pass
52
53
def
main():
54
a=clock()
55
maketree()
56
b=clock()
57
return
"done: %.2f sec."
% (b-a)
58
59
if
__name__ ==
"__main__"
:
60
msg = main()
Callers
1
tree.py
File · 0.70
Calls
1
maketree
Function · 0.85
Tested by
no test coverage detected