MCPcopy Create free account
hub / github.com/miguelgrinberg/python-socketio / get

Method get

examples/server/tornado/app.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24class MainHandler(tornado.web.RequestHandler):
25 def get(self):
26 self.render("app.html")
27
28
29@sio.event

Callers 15

emitMethod · 0.45
disconnectMethod · 0.45
_handle_emitMethod · 0.45
_handle_callbackMethod · 0.45
_handle_disconnectMethod · 0.45
_handle_enter_roomMethod · 0.45
_handle_leave_roomMethod · 0.45
_handle_close_roomMethod · 0.45
_threadMethod · 0.45
_handle_connectMethod · 0.45
_emit_server_statsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected