def __init__(self, editor=None):
     Action.__init__(self)
     self.editor = editor
 def __init__(self, assign_to_attribs_helper):
     Action.__init__(self)
     self.assign_to_attribs_helper = assign_to_attribs_helper
 def __init__(self, assign_to_attribs_helper):
     Action.__init__(self)
     self.assign_to_attribs_helper = assign_to_attribs_helper
 def __init__(self, editor=None):
     Action.__init__(self)
     self.editor = editor