コード例 #1
0
 def __init__(self):
     BaseCollect.__init__(self, "user")
コード例 #2
0
 def __init__(self, action="follows"):
     BaseCollect.__init__(self, "relation")
     self.action = action
コード例 #3
0
 def __init__(self):
     BaseCollect.__init__(self, "artist")
コード例 #4
0
 def __init__(self):
     BaseCollect.__init__(self, "album")
コード例 #5
0
 def __init(self):
     BaseCollect.__init__(self, "radio")
     self.managerprogram = ManageFactory("program")
コード例 #6
0
 def __init__(self):
     BaseCollect.__init__(self, "event")
コード例 #7
0
 def __init__(self):
     BaseCollect.__init__(self, "comment")
コード例 #8
0
ファイル: collectsong.py プロジェクト: 13718422048/cloudmusic
 def __init__(self):
     BaseCollect.__init__(self, "song")