Class | SafeString |
A str subclass that has been specifically marked as "safe" for HTML output purposes. |
Function | mark_safe |
Explicitly mark a string as safe for (HTML) output purposes. The returned object can be used everywhere a string is appropriate. |
Class | SafeData |
No class docstring; 1/1 method documented |
Function | _safety_decorator |
Undocumented |