Exemplo n.º 1
0
 def __init__(self, *args, **kws):
     PyAction.__init__(self, *args, **kws)
 def __init__(self, editor):
     PyAction.__init__(self)
     self._editor = editor
Exemplo n.º 3
0
 def __init__(self, *args, **kws):
     PyAction.__init__(self, *args, **kws)
Exemplo n.º 4
0
 def __init__(self, editor):
     PyAction.__init__(self)
     self._editor = editor