MCPcopy Index your code
hub / github.com/geekcomputers/Python / updatelabel

Function updatelabel

Mp3_media_player.py:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def updatelabel():
43 global index
44 global songname
45 v.set(realnames[index])
46 # return songname
47
48
49def nextsong(event):

Callers 2

nextsongFunction · 0.85
prevsongFunction · 0.85

Calls 1

setMethod · 0.80

Tested by

no test coverage detected