Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Drequest.py1259 def call_application(self, application, catch_exc_info=False): argument
1277 if exc_info is not None and not catch_exc_info:
1289 if catch_exc_info:
1297 def send(self, application=None, catch_exc_info=False): argument
1311 if catch_exc_info:
1313 application, catch_exc_info=True)
1317 application, catch_exc_info=False)