示例#1
0
 def __init__(self, cursor, comment):
     Method.__init__(self, cursor, comment)
示例#2
0
文件: player.py 项目: dignan/telemote
    def __init__(self, shell, sources):
        Method.__init__(self)

        self.shell = shell
        self.sources = sources
        self.player = shell.get_player()
 def __init__(self, cursor, comment):
     Method.__init__(self, cursor, comment)
示例#4
0
    def __init__(self, shell, sources):
        Method.__init__(self)

        self.shell = shell
        self.sources = sources
        self.player = shell.get_player()