class SafeString
A str
subclass that has been specifically marked as “safe” (requires no further escaping) for HTML output purposes. This is SafeBytes
on Python 2 and SafeText
on Python 3.
class SafeString
A str
subclass that has been specifically marked as “safe” (requires no further escaping) for HTML output purposes. This is SafeBytes
on Python 2 and SafeText
on Python 3.
Designed by : w10schools
service@w10schools.com
Please login to continue.