Searched refs:classified_text (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Tools/scripts/ |
D | highlight.py | 68 def raw_highlight(classified_text): argument 71 for kind, text in classified_text: 88 def ansi_highlight(classified_text, colors=default_ansi): argument 92 for kind, text in classified_text: 99 def html_highlight(classified_text,opener='<pre class="python">\n', closer='</pre>\n'): argument 102 for kind, text in classified_text: 139 def build_html_page(classified_text, title='python', argument 143 result = html_highlight(classified_text) 181 def latex_highlight(classified_text, title = 'python', argument 187 for kind, text in classified_text: [all …]
|