Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/scripts/
Dhighlight.py99 def html_highlight(classified_text,opener='<pre class="python">\n', closer='</pre>\n'): function
143 result = html_highlight(classified_text)
253 encoded = html_highlight(classified_text)