Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ stopsong
Function
stopsong
Mp3_media_player.py:65–68 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
63
64
65
def
stopsong(event):
66
pygame.mixer.music.stop()
67
v.set(
""
)
68
# return songname
69
70
71
label = Label(root, text=
"Music Player"
)
Callers
nothing calls this directly
Calls
2
set
Method · 0.80
stop
Method · 0.45
Tested by
no test coverage detected