예제 #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()
예제 #3
0
 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()