コード例 #1
0
 def __init__(self, editor=None):
     Action.__init__(self)
     self.editor = editor
コード例 #2
0
 def __init__(self, assign_to_attribs_helper):
     Action.__init__(self)
     self.assign_to_attribs_helper = assign_to_attribs_helper
コード例 #3
0
 def __init__(self, assign_to_attribs_helper):
     Action.__init__(self)
     self.assign_to_attribs_helper = assign_to_attribs_helper
コード例 #4
0
 def __init__(self, editor=None):
     Action.__init__(self)
     self.editor = editor