()
| 95 | allowed_origins=allowed_origins, check_origin=check_origin) |
| 96 | |
| 97 | def view_func(): |
| 98 | context = FlaskHttpContext() |
| 99 | return handler.handle_request(context) |
| 100 | |
| 101 | view_func.__name__ = 'webio_view' |
| 102 | return view_func |
nothing calls this directly
no test coverage detected
searching dependent graphs…