text property

text property

This attribute represents the text content of this node and its descendants.

Definition:

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

See Also