Home
last modified time | relevance | path

Searched defs:classified_text (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dhighlight.py68 def raw_highlight(classified_text): argument
88 def ansi_highlight(classified_text, colors=default_ansi): argument
99 def html_highlight(classified_text,opener='<pre class="python">\n', closer='</pre>\n'): argument
139 def build_html_page(classified_text, title='python', argument
181 def latex_highlight(classified_text, title = 'python', argument
246 classified_text = analyze_python(source) variable