コード例 #1
0
 def __init__(self, *args, **kws):
     PyAction.__init__(self, *args, **kws)
コード例 #2
0
 def __init__(self, editor):
     PyAction.__init__(self)
     self._editor = editor
コード例 #3
0
ファイル: pyedit_pythontidy.py プロジェクト: pfluegdk/SGpp
 def __init__(self, *args, **kws):
     PyAction.__init__(self, *args, **kws)
コード例 #4
0
 def __init__(self, editor):
     PyAction.__init__(self)
     self._editor = editor