()
| 1148 | |
| 1149 | @app.route("/response_status") |
| 1150 | def from_response_status(): |
| 1151 | return app.response_class("Hello world", 400), 500 |
| 1152 | |
| 1153 | @app.route("/wsgi") |
| 1154 | def from_wsgi(): |
nothing calls this directly
no outgoing calls
no test coverage detected