Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jasperproject/jasper-client
/ Song
Class
Song
client/modules/MPDControl.py:209–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
208
209
class
Song(object):
210
def
__init__(self, id, title, artist, album):
211
212
self.id = id
213
self.title = title
214
self.artist = artist
215
self.album = album
216
217
218
class
MPDWrapper(object):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected