(data)
| 119 | |
| 120 | |
| 121 | def on_custom_event_test2(data): |
| 122 | emit('my custom namespace response', data, namespace='/test') |
| 123 | |
| 124 | |
| 125 | socketio.on_event('yet another custom namespace event', on_custom_event_test2, |
nothing calls this directly
no test coverage detected
searching dependent graphs…