SYMBOL INDEX (20 symbols across 3 files) FILE: launchpad/dynamicapplication.py class DynamicApplication (line 4) | class DynamicApplication(tornado.web.Application): method remove_handlers (line 6) | def remove_handlers(self, appname): FILE: launchpad/handlers.py class ProxyHandler (line 12) | class ProxyHandler(tornado.web.RequestHandler): method initialize (line 13) | def initialize(self, proxy_url='/', **kwargs): method post (line 17) | async def post(self, url=None): method get (line 20) | async def get(self, url=None): method handle_req (line 23) | async def handle_req(self, url=None): class ProxyWSHandler (line 102) | class ProxyWSHandler(tornado.websocket.WebSocketHandler): method initialize (line 103) | def initialize(self, proxy_url='/', **kwargs): method open (line 109) | async def open(self, url=None): method on_message (line 135) | async def on_message(self, message): method on_close (line 139) | def on_close(self): FILE: launchpad/main.py function popenAndCall (line 26) | def popenAndCall(onExit, *popenArgs, **popenKWArgs): class MainHandler (line 49) | class MainHandler(tornado.web.RequestHandler): method get (line 50) | def get(self): class DefaultProxyHandler (line 60) | class DefaultProxyHandler(tornado.web.RequestHandler): method __init__ (line 62) | def __init__(self, *args, **kwargs): method get (line 66) | async def get(self): function make_app (line 165) | def make_app(): function run (line 177) | def run(port, title, folder):