MCPcopy 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
65def stopsong(event):
66 pygame.mixer.music.stop()
67 v.set("")
68 # return songname
69
70
71label = Label(root, text="Music Player")

Callers

nothing calls this directly

Calls 2

setMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected