MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / music_name

Function music_name

Music-Player/music_player.py:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def music_name():
12 global my_music, music_number
13 return last(my_music[music_number].split('/'))
14
15
16def play_music():

Callers 3

next_musicFunction · 0.85
previous_musicFunction · 0.85
music_player.pyFile · 0.85

Calls 2

lastFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected