Searched refs:get_app (Results 1 – 11 of 11) sorted by relevance
115 app = app or webapp2.get_app()135 app = app or webapp2.get_app()
209 app = app or webapp2.get_app()229 app = app or webapp2.get_app()
188 if not webapp2.get_app().debug:853 app = app or webapp2.get_app()873 app = app or webapp2.get_app()
582 app = app or webapp2.get_app()602 app = app or webapp2.get_app()
36 - :func:`get_app`133 .. autofunction:: get_app
27 not_found_app = loader.get_app(not_found_app, global_conf=global_conf)31 app = loader.get_app(app_name, global_conf=global_conf)
37 app = loader.get_app(value, global_conf=global_conf)
117 app = models.get_app(app_label)
133 app = webapp2.get_app()266 app using the function :func:`webapp2.get_app`. This is useful, for example, to271 app = webapp2.get_app()
1699 def get_app(): function1907 for method in get_app().allowed_methods:
41 - get_app() and get_request() now test that app and request are set, to avoid