append_text method

append_text(self, text)

Appends the text.


def append_text(self, text):
    ...
ParameterTypeDescription
textstrThe text.

See Also