Home
last modified time | relevance | path

Searched refs:catch_errors (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/
Dtransaction.py17 from wsgilib import catch_errors
28 return catch_errors(self.application, environ, start_response,
106 return catch_errors(application, environ, basictrans_start_response,
Dprogress.py35 from paste.wsgilib import catch_errors
150 return catch_errors(self.application, environ,
Dwsgilib.py171 def catch_errors(application, environ, start_response, error_callback, function
/external/chromium-trace/catapult/third_party/Paste/docs/modules/
Dwsgilib.txt13 .. autofunction:: catch_errors
/external/chromium-trace/catapult/third_party/Paste/docs/
Dnews.txt648 * Bug with ``wsgilib.catch_errors`` and app_iters with no ``close()``