Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Derrormiddleware.py83 show_exceptions_in_wsgi_errors=NoDefault, argument
100 if show_exceptions_in_wsgi_errors is NoDefault:
101show_exceptions_in_wsgi_errors = converters.asbool(global_conf.get('show_exceptions_in_wsgi_errors…
110 self.show_exceptions_in_wsgi_errors = show_exceptions_in_wsgi_errors
180 show_exceptions_in_wsgi_errors=self.show_exceptions_in_wsgi_errors,
326 show_exceptions_in_wsgi_errors=False, argument
378 if show_exceptions_in_wsgi_errors:
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dnews.txt331 * Inherit inherit show_exceptions_in_wsgi_errors from global