Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
class
MainHandler(tornado.web.RequestHandler):
25
def
get(self):
26
self.render(
"app.html"
)
27
28
29
@sio.event
Callers
15
emit
Method · 0.45
disconnect
Method · 0.45
_handle_emit
Method · 0.45
_handle_callback
Method · 0.45
_handle_disconnect
Method · 0.45
_handle_enter_room
Method · 0.45
_handle_leave_room
Method · 0.45
_handle_close_room
Method · 0.45
_thread
Method · 0.45
_handle_connect
Method · 0.45
_eio_handle_post_request
Method · 0.45
_emit_server_stats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected