escaping.rst 322 B

123456789101112131415161718192021
  1. .. module:: markupsafe
  2. Working With Safe Text
  3. ======================
  4. .. autofunction:: escape
  5. .. autoclass:: Markup
  6. :members: escape, unescape, striptags
  7. Optional Values
  8. ---------------
  9. .. autofunction:: escape_silent
  10. Convert an Object to a String
  11. -----------------------------
  12. .. autofunction:: soft_unicode