text property

MustacheTag.text property

Gets the text of the tag.

@property
def text(self) -> str:
    ...

See Also