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

Function stop

Lib/turtledemo/round_dance.py:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20from turtle import *
21
22def stop():
23 global running
24 running = False
25
26def main():
27 global running

Callers 2

unwrapFunction · 0.85
increment_untilFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…