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

Function enter_room

tests/async/test_admin.py:27–28  ·  view source on GitHub ↗
(sid, data)

Source from the content-addressed store, hash-verified

25
26 @sio.event
27 async def enter_room(sid, data):
28 await sio.enter_room(sid, data)
29
30 @sio.event
31 async def emit(sid, event):

Callers

nothing calls this directly

Calls 1

enter_roomMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…