Home
last modified time | relevance | path

Searched refs:strip_escape_string (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/warn/
Dhtml_writer.py368 def strip_escape_string(s): function
558 writer('"' + strip_escape_string(s) + '",')
569 writer('"' + cgi.escape(strip_escape_string(s)) + '",')