Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
22 lines
318 B
ReStructuredText
22 lines
318 B
ReStructuredText
.. module:: markupsafe
|
|
|
|
Working With Safe Text
|
|
======================
|
|
|
|
.. autofunction:: escape
|
|
|
|
.. autoclass:: Markup
|
|
:members: escape, unescape, striptags
|
|
|
|
|
|
Optional Values
|
|
---------------
|
|
|
|
.. autofunction:: escape_silent
|
|
|
|
|
|
Convert an Object to a String
|
|
-----------------------------
|
|
|
|
.. autofunction:: soft_str
|