Searched defs:WSGIApplication (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
H A Dlocal_app.py9 Previously it implemented a WSGIApplication adapted for threaded
20 'webapp2_extras.local_app is deprecated. webapp2.WSGIApplication is now '
24 WSGIApplication = webapp2.WSGIApplication variable
/external/chromium-trace/catapult/third_party/webapp2/
H A Dwebapp2.py121 #: A reference to the active :class:`WSGIApplication` instance.
466 This is only here for compatibility with ``webapp.WSGIApplication``.
503 #: A :class:`WSGIApplication` instance.
510 When instantiated by ``webapp.WSGIApplication``, request and response
541 self.app = WSGIApplication.active_instance
633 :meth:`WSGIApplication.handle_exception`.
652 app = WSGIApplication([
1322 """A simple configuration dictionary for the :class:`WSGIApplication`."""
1385 #: A :class:`WSGIApplication` instance.
1394 An :class:`WSGIApplication` instanc
1428 class WSGIApplication(object): class in inherits:object
[all...]

Completed in 335 milliseconds