Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Derrormiddleware.py404 return_error = error_template(
413 return_error = error_template('', msg, '')
444 def error_template(head_html, exception, extra): function
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
Dmiddleware.py419 page = error_template % {
582 error_template = ''' variable