action property

action property

Server-side form handler. See the action attribute definition in HTML 4.01.

Definition:

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

See Also