def __init__(self, *args, **kwargs):
super(DebugApplication, self).__init__(*args, **kwargs)
self.debug_app = DebuggedApplication(self, evalex=True)
self.debug_container = tornado.wsgi.WSGIContainer(self.debug_app)
评论列表
文章目录