Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
20
from
turtle
import
*
21
22
def
stop():
23
global running
24
running = False
25
26
def
main():
27
global running
Callers
2
unwrap
Function · 0.85
increment_until
Function · 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…