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

Callers 1

tree.pyFile · 0.70

Calls 1

maketreeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…