You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
318 B
22 lines
318 B
4 months ago
|
.. 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
|