text property

text property

Gets or sets text of form field text input.

Definition:

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

See Also