action property

action property

Gets or sets the action that occurred.

Definition:

@property
def action(self):
    ...
@action.setter
def action(self, value):
    ...

See Also