Ejemplo n.º 1
0
 def __init__(self, cursor, comment):
     Method.__init__(self, cursor, comment)
Ejemplo n.º 2
0
    def __init__(self, shell, sources):
        Method.__init__(self)

        self.shell = shell
        self.sources = sources
        self.player = shell.get_player()
Ejemplo n.º 3
0
 def __init__(self, cursor, comment):
     Method.__init__(self, cursor, comment)
Ejemplo n.º 4
0
    def __init__(self, shell, sources):
        Method.__init__(self)

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