MCPcopy Create free account
hub / github.com/jasperproject/jasper-client / __init__

Method __init__

client/modules/MPDControl.py:210–215  ·  view source on GitHub ↗
(self, id, title, artist, album)

Source from the content-addressed store, hash-verified

208
209class 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
218class MPDWrapper(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected