Searched refs:classified_text (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | highlight.py | 68 def raw_highlight(classified_text): 71 for kind, text in classified_text: 88 def ansi_highlight(classified_text, colors=default_ansi): 92 for kind, text in classified_text: 99 def html_highlight(classified_text,opener='<pre class="python">\n', closer='</pre>\n'): 102 for kind, text in classified_text: 139 def build_html_page(classified_text, title='python', 143 result = html_highlight(classified_text) 181 def latex_highlight(classified_text, title = 'python', 187 for kind, text in classified_text 246 classified_text = analyze_python(source) global() variable [all...] |
Completed in 1 milliseconds