Class SafeString
A str subclass that has been specifically marked as "safe" for HTML output purposes.
Declaration
source linkDocumentation
Methods
▷ def __add__(self, rhs) Concatenating a safe string with another safe bytestring or safe string is safe. Otherwise, the result is no longer safe.