MythTV  master
Functions | Variables
hardwareprofile.distros.shared.html Namespace Reference

Functions

def escape (tagless_text)
 

Variables

dictionary _html_escape_map
 

Function Documentation

◆ escape()

def hardwareprofile.distros.shared.html.escape (   tagless_text)

Definition at line 27 of file html.py.

Referenced by findIcon(), and MythSystemLegacyUnix.ParseShell().

Variable Documentation

◆ _html_escape_map

dictionary hardwareprofile.distros.shared.html._html_escape_map
private
Initial value:
1 = {
2  "&":"&",
3  '"':""",
4  "'":"'",
5  ">":">",
6  "<":"&lt;",
7 }

Definition at line 19 of file html.py.