Searched refs:str2html (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/ |
D | formatter.py | 257 q_long_source = str2html(long_source, False, 4, True) 258 q_source = str2html(source, True, 0, False) 475 def str2html(src, strip=False, indent_subsequent=0, function 494 src = PySourceColor.str2html(src, form='snip')
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
D | doctest_webapp.py | 215 % PySourceColor.str2html(data, PySourceColor.dark))
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/ |
D | middleware.py | 286 input_html = formatter.str2html(input)
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | PySourceColor.py | 907 def str2html(sourcestring, colors=None, title='', function 949 return None, str2html(sourcestring, colors=colors, title=title,
|