Home | History | Annotate | Download | only in Lib

Lines Matching defs:escape

50            "print_environ_usage", "escape"]
954 html.escape("".join(list[:-1])),
955 html.escape(list[-1]),
966 print("<DT>", html.escape(key), "<DD>", html.escape(environ[key]))
979 print("<DT>" + html.escape(key) + ":", end=' ')
981 print("<i>" + html.escape(repr(type(value))) + "</i>")
982 print("<DD>" + html.escape(repr(value)))
993 print("OSError:", html.escape(str(msg)))
995 print(html.escape(pwd))
1052 def escape(s, quote=None):
1054 warn("cgi.escape is deprecated, use html.escape instead",