Class SafeString

A str subclass that has been specifically marked as "safe" for HTML output purposes.

Declaration

class SafeString(str, SafeData)
source link

Documentation

Methods

Inherited methods

Reexports