Example #1
0
 def __init__(self, after, get_tracks_function=None):
     MenuItem.__init__(self, 'loved', None, after)
     self.get_tracks_function = get_tracks_function
Example #2
0
 def __init__(self, last_fm_lover, after, get_tracks_function=None):
     MenuItem.__init__(self, 'loved', None, after)
     LoveColumn.last_fm_lover = last_fm_lover
     self.__lastfmlover = last_fm_lover
     self.get_tracks_function = get_tracks_function
Example #3
0
 def __init__(self, after, get_tracks_function=None):
     MenuItem.__init__(self, 'loved', None, after)
     self.get_tracks_function = get_tracks_function