ID EN
Typing

Text

Python 3.11

Deprecated alias for str.

Syntax

PYTHON
class typing.Text

Examples

Example 1
PYTHON
def add_unicode_checkmark(text: Text) -> Text:
    return text + u' \u2713'

See Also

str str