MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / main

Function main

tools/python-3.11.9-amd64/Lib/turtledemo/clock.py:120–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 pass # turtledemo user pressed STOP
119
120def main():
121 tracer(False)
122 setup()
123 tracer(True)
124 tick()
125 return "EVENTLOOP"
126
127if __name__ == "__main__":
128 mode("logo")

Callers 1

clock.pyFile · 0.70

Calls 2

tickFunction · 0.85
setupFunction · 0.70

Tested by

no test coverage detected