MCPcopy
hub / github.com/miguelgrinberg/Flask-SocketIO / catch_all

Function catch_all

test_socketio.py:112–113  ·  view source on GitHub ↗
(event, data)

Source from the content-addressed store, hash-verified

110
111@socketio.on('*')
112def catch_all(event, data):
113 emit('my custom response', (event, data))
114
115
116@socketio.on('my custom namespace event', namespace='/test')

Callers

nothing calls this directly

Calls 1

emitFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…