class documentation

Undocumented

Method __html__ Return the html representation of a string for interoperability.
Class Variable __slots__ Undocumented
def __html__(self): (source)

Return the html representation of a string for interoperability. This allows other template engines to understand Django's SafeData.

__slots__: tuple = (source)

Undocumented