text_content property

text_content property

Represents the text content of the node and its descendants.

Remarks

Reference:

DOM Standard.

Definition:

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

See Also