text property
text property
Gets or sets the values as text.
Definition:
@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...
Gets or sets the values as text.
@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...