MCPcopy 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
53def main():
54 a=clock()
55 maketree()
56 b=clock()
57 return "done: %.2f sec." % (b-a)
58
59if __name__ == "__main__":
60 msg = main()

Callers 1

tree.pyFile · 0.70

Calls 1

maketreeFunction · 0.85

Tested by

no test coverage detected