MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / get_app

Method get_app

pywebio/platform/tornado.py:112–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 class Handler(tornado.websocket.WebSocketHandler):
111
112 def get_app(self):
113 app_name = self.get_query_argument('app', 'index')
114 app = applications.get(app_name) or applications['index']
115 return app
116
117 def get_cdn(self):
118 if cdn is True and self.get_query_argument('_pywebio_cdn', '') == 'false':

Callers 2

getMethod · 0.95
openMethod · 0.95

Calls 2

get_query_argumentMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected