MCPcopy Index your code
hub / github.com/python/cpython / main

Function main

Lib/turtledemo/clock.py:121–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

clock.pyFile · 0.70

Calls 3

tracerFunction · 0.85
tickFunction · 0.85
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…