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

Function emit

tests/async/test_admin.py:31–32  ·  view source on GitHub ↗
(sid, event)

Source from the content-addressed store, hash-verified

29
30 @sio.event
31 async def emit(sid, event):
32 await sio.emit(event, skip_sid=sid)
33
34 @sio.event(namespace='/foo')
35 def connect(sid, environ, auth):

Callers

nothing calls this directly

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…