text property

text property

Set the content of the text node(Usually a node object per character).

Definition:

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

See Also