wsgiapplication

Google App Engine/WSGIApplication: How to check debug?

In the WSGIApplication's constructor, it takes a debug argument. Is there a way to access the value set for this from the the handler classes that inherit from webapp.RequestHandler? def main(): application = webapp.WSGIApplication([('/', fooHandler) ], ...