append_text method

append_text(self, text)

Appends the text.


def append_text(self, text):
    ...
ParameterTypeDescription
textSystem.StringThe text.

See Also